Skip to content

Commit b079096

Browse files
ELI 546 - checkov suppressions
1 parent 2cc40fd commit b079096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/modules/secrets_manager/secrets_manager.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Secret definition in your account
22
resource "aws_secretsmanager_secret" "hashing_secret" {
3+
#checkov:skip=CKV2_AWS_57: Secret rotations are handled manually
34
name = "${var.project_name}-${var.environment}/hashing_secret"
45
description = "cross account hashing secrets"
56
kms_key_id = aws_kms_key.secrets_cmk.arn

0 commit comments

Comments
 (0)