Skip to content

Commit 1e58403

Browse files
committed
docs: add comment to justify linting ignore
- Ignore adding code-signing to Lambda. - It is not needed here since our Lambda functions use container images over uploading .zip files for layers.
1 parent a01bb5e commit 1e58403

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.checkov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ skip-check:
1414
# Pin module sources to a commit hash (false positive)
1515
- CKV_TF_1
1616

17-
# These ignores are TEMPORARY. They will be resolved in the future.
17+
# 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.
1820
- CKV_AWS_272

0 commit comments

Comments
 (0)