Skip to content

Commit a84cff2

Browse files
authored
Merge pull request #14 from ONS-Innovation/KEH-676-CKV-AWS-272
docs: add comment to justify linting ignore
2 parents a01bb5e + 1e58403 commit a84cff2

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)