Skip to content

Commit

Permalink
ci: fix checkov skip paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bruzina committed Jan 1, 2024
1 parent 1c311da commit cbcfa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ repos:
rev: 3.1.50
hooks:
- id: checkov
args: [--skip-path, .cache/, --skip-path, /tests/helpers, --skip-path, /scripts/shellib]
args: [--skip-path, .cache/, --skip-path, tests/helpers/, --skip-path, scripts/shellib/]
files: .*
- id: checkov_secrets

0 comments on commit cbcfa60

Please sign in to comment.