Skip to content

Commit

Permalink
Use --quiet flag for checkov
Browse files Browse the repository at this point in the history
Rather than print all checks including those that pass. Use --quiet
to only display failed checks in output to cut down on noise.

Signed-off-by: Thanh Ha <[email protected]>
  • Loading branch information
zxiiro committed Nov 20, 2024
1 parent de5f0b5 commit 899f9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Install Checkov
run: pip install checkov
- name: Run Checkov
run: checkov -d .
run: checkov --quiet -d .

0 comments on commit 899f9ab

Please sign in to comment.