Browse Source

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.
main
Daniel Gibbs 7 months ago
parent
commit
cc097bb110
Failed to extract signature
  1. 2
      .checkov.yml

2
.checkov.yml

@ -3,3 +3,5 @@ skip-check:
- CKV_DOCKER_3
- CKV_DOCKER_8
- CKV2_DOCKER_1
skip-path:
- node_modules/

Loading…
Cancel
Save