We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bad0f commit 6ae32eaCopy full SHA for 6ae32ea
1 file changed
.checkov.yaml
@@ -0,0 +1,12 @@
1
+# Checkov config: skip scanning third-party dependency folders
2
+# This prevents Checkov from analyzing files under node_modules and similar
3
+# which often include GitHub Actions/workflows belonging to dependencies.
4
+# See: https://www.checkov.io/ for configuration options.
5
+
6
+skip_paths:
7
+ - "**/node_modules/**"
8
+ - "**/.venv/**"
9
+ - "**/.cache/**"
10
+# Optionally you can explicitly skip checks (not recommended globally)
11
+# skip_checks:
12
+# - CKV2_GHA_1
0 commit comments