Browse Source

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.
pull/81/head
Daniel Gibbs 1 month ago
parent
commit
7fb4bf13fa
Failed to extract signature
  1. 3
      .checkov.yml

3
.checkov.yml

@ -0,0 +1,3 @@
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_3
Loading…
Cancel
Save