Skip to content

Commit

Permalink
fix checkov issue (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb authored Jul 25, 2023
1 parent d3d3ae2 commit 8daecc4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .checkov_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ download-external-modules: false
evaluate-variables: true
external-modules-download-path: .external_modules
framework:
- all
- all
quiet: true
secrets-scan-file-type: []
skip-check:
- CKV_GHA_3
- CKV_AZURE_119
- CKV_GHA_3
- CKV_AZURE_119
# Check following rules after v4.0
- CKV2_AZURE_18
- CKV2_AZURE_1
- CKV2_AZURE_10
- CKV2_AZURE_12
- CKV2_AZURE_18
- CKV2_AZURE_1
- CKV2_AZURE_10
- CKV2_AZURE_12
skip-framework:
- dockerfile
- dockerfile
- kubernetes
skip-path:
- test/vendor
summary-position: top

0 comments on commit 8daecc4

Please sign in to comment.