Skip to content

Commit 4419c2c

Browse files
committed
fix script
1 parent f43e131 commit 4419c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checkov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: Write skip checks config
2626
run: |
2727
echo "${{ vars.CHECKOV_SKIP_CHECKS }}" > .checkov.yaml
28-
ls
28+
ls -a
2929
3030
- name: Run Checkov scan
3131
run: |
32-
checkov -d . --output cli --output sarif --output-file-path console,results.sarif --s
32+
checkov -d . --output cli --output sarif --output-file-path console,results.sarif
3333
continue-on-error: true
3434

3535
- name: Upload SARIF file

0 commit comments

Comments
 (0)