We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4419c2c commit f6bb7c2Copy full SHA for f6bb7c2
.github/workflows/checkov.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Run Checkov scan
31
run: |
32
- checkov -d . --output cli --output sarif --output-file-path console,results.sarif
+ checkov -d ./charts --output cli --output sarif --output-file-path console,results.sarif
33
continue-on-error: true
34
35
- name: Upload SARIF file
0 commit comments