-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nic Cheneweth <[email protected]>
- Loading branch information
1 parent
2a19900
commit b7f17a6
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |