Browse Source
* Introduced `.checkov.yml` to define skip-check rules for Docker. * This configuration skips checks CKV_DOCKER_2 and CKV_DOCKER_3.pull/81/head
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
skip-check: |
||||
|
- CKV_DOCKER_2 |
||||
|
- CKV_DOCKER_3 |
Loading…
Reference in new issue