We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a01bb5e + 1e58403 commit a84cff2Copy full SHA for a84cff2
1 file changed
.checkov.yml
@@ -14,5 +14,7 @@ skip-check:
14
# Pin module sources to a commit hash (false positive)
15
- CKV_TF_1
16
17
- # These ignores are TEMPORARY. They will be resolved in the future.
+ # Ignore adding code-signing to Lambda.
18
+ # It is not needed here since our Lambda functions use container
19
+ # images over uploading .zip files for layers.
20
- CKV_AWS_272
0 commit comments