Skip to content

Commit 7fb4bf1

Browse files
committed
feat(checkov): add initial configuration for skip-check rules
* Introduced `.checkov.yml` to define skip-check rules for Docker. * This configuration skips checks CKV_DOCKER_2 and CKV_DOCKER_3.
1 parent 867d487 commit 7fb4bf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.checkov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
skip-check:
2+
- CKV_DOCKER_2
3+
- CKV_DOCKER_3

0 commit comments

Comments
 (0)