mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-24 06:29:19 -04:00
Let tfsec fail soft in CI
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
8cf6189cf0
commit
2685b5be1f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-tfsec.yml
vendored
1
.github/workflows/test-tfsec.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
- name: tfsec
|
- name: tfsec
|
||||||
uses: aquasecurity/tfsec-pr-commenter-action@d9fa64305ec243e19f9be1200dfc8e8154dc364f
|
uses: aquasecurity/tfsec-pr-commenter-action@d9fa64305ec243e19f9be1200dfc8e8154dc364f
|
||||||
with:
|
with:
|
||||||
|
soft_fail_commenter: true
|
||||||
tfsec_formats: default,text
|
tfsec_formats: default,text
|
||||||
tfsec_args: --force-all-dirs
|
tfsec_args: --force-all-dirs
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ github.token }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue