mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -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
.github/workflows/test-tfsec.yml
vendored
1
.github/workflows/test-tfsec.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
- name: tfsec
|
||||
uses: aquasecurity/tfsec-pr-commenter-action@d9fa64305ec243e19f9be1200dfc8e8154dc364f
|
||||
with:
|
||||
soft_fail_commenter: true
|
||||
tfsec_formats: default,text
|
||||
tfsec_args: --force-all-dirs
|
||||
github_token: ${{ github.token }}
|
||||
|
Loading…
Reference in New Issue
Block a user