Skip to content

Commit cc097bb

Browse files
committed
chore: add node_modules/ to skip-path in .checkov.yml
* Updated the `.checkov.yml` configuration to include `node_modules/` in the skip-path section. * This change helps to avoid unnecessary checks on the `node_modules` directory during the validation process.
1 parent ad7949c commit cc097bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.checkov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ skip-check:
33
- CKV_DOCKER_3
44
- CKV_DOCKER_8
55
- CKV2_DOCKER_1
6+
skip-path:
7+
- node_modules/

0 commit comments

Comments
 (0)