Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ skip-check:
# Pin module sources to a commit hash (false positive)
- CKV_TF_1

# These ignores are TEMPORARY. They will be resolved in the future.
# Ignore adding code-signing to Lambda.
# It is not needed here since our Lambda functions use container
# images over uploading .zip files for layers.
- CKV_AWS_272