Skip to content

Commit

Permalink
[nc] re-test checkov scan
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Mar 20, 2024
1 parent 2a19900 commit b7f17a6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .checkov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
directory:
- .
branch: main
download-external-modules: true
evaluate-variables: true
external-modules-download-path: .external_modules
framework:
- all
mask: []
secrets-scan-file-type: []
summary-position: top
skip-check:
- CKV2_AWS_14 # only machine accounts are being created by the pipeline
- CKV2_AWS_21
- CKV2_AWS_22
- CKV_AWS_273
- CKV_AWS_288 # policy statement is long, but necessary
- CKV_AWS_286 # creation and storage of machine account credentials is the necessary function of this repo
- CKV_AWS_287
- CKV_AWS_289
- CKV_AWS_61 # by design, the machine accounts can assume all roles
- CKV_AWS_290
- CKV_AWS_355 # appropriate use for Tag*
- CKV_AWS_40 # machine accounts do not receive policies, added to a group that has assume role permissions
- CKV_CIRCLECIPIPELINES_2 # this check is apparently unable to recognize that I did pin the image tag

0 comments on commit b7f17a6

Please sign in to comment.