Add checkov config (#217)

This commit is contained in:
Nick Alteen
2025-10-31 11:03:29 -04:00
committed by GitHub
parent 79f2797cc9
commit f154fd8ca8
3 changed files with 13 additions and 6 deletions

10
.checkov.yml Normal file
View File

@@ -0,0 +1,10 @@
# See: https://www.checkov.io/1.Welcome/Quick%20Start.html
compact: true
quiet: true
skip-path:
- coverage
- node_modules
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_3