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 f43e131 commit 4419c2cCopy full SHA for 4419c2c
.github/workflows/checkov.yml
@@ -25,11 +25,11 @@ jobs:
25
- name: Write skip checks config
26
run: |
27
echo "${{ vars.CHECKOV_SKIP_CHECKS }}" > .checkov.yaml
28
- ls
+ ls -a
29
30
- name: Run Checkov scan
31
32
- checkov -d . --output cli --output sarif --output-file-path console,results.sarif --s
+ checkov -d . --output cli --output sarif --output-file-path console,results.sarif
33
continue-on-error: true
34
35
- name: Upload SARIF file
0 commit comments