Skip to content

Commit f43e131

Browse files
committed
added checkov skip file
1 parent 1b75ef3 commit f43e131

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/checkov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ jobs:
2323
run: pip install checkov
2424

2525
- name: Write skip checks config
26-
run: echo "${{ vars.CHECKOV_SKIP_CHECKS }}" > checkov-skip.yml
26+
run: |
27+
echo "${{ vars.CHECKOV_SKIP_CHECKS }}" > .checkov.yaml
28+
ls
2729
2830
- name: Run Checkov scan
2931
run: |
30-
checkov -d . --output cli --output sarif --output-file-path console,results.sarif
32+
checkov -d . --output cli --output sarif --output-file-path console,results.sarif --s
3133
continue-on-error: true
3234

3335
- name: Upload SARIF file

0 commit comments

Comments
 (0)