Skip to content

Commit f6bb7c2

Browse files
committed
fixed script
1 parent 4419c2c commit f6bb7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Run Checkov scan
3131
run: |
32-
checkov -d . --output cli --output sarif --output-file-path console,results.sarif
32+
checkov -d ./charts --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)