Browse Source

chore: update skip-check rules in .checkov.yml

* Added `CKV_DOCKER_8` and `CKV2_DOCKER_1` to the skip-check list.
* This change helps to streamline the checks performed during the CI process.
main
Daniel Gibbs 7 months ago
parent
commit
39330ee660
Failed to extract signature
  1. 2
      .checkov.yml

2
.checkov.yml

@ -1,3 +1,5 @@
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_3
- CKV_DOCKER_8
- CKV2_DOCKER_1

Loading…
Cancel
Save