Skip to content

Commit

Permalink
#checkov:skip=CKV_AWS_26: it's part of the testing routine so doesn't…
Browse files Browse the repository at this point in the history
… require the check
  • Loading branch information
SteveLinden committed Oct 16, 2023
1 parent 36e1e72 commit 4a82292
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ data "aws_iam_policy_document" "topic" {
}
}
resource "aws_sns_topic" "topic" {
# Encryption not required as topic only available during test run
#checkov:skip=CKV_AWS_26: "Ensure all data stored in the SNS topic is encrypted"
#checkov:skip=CKV_AWS_26: "Encryption not required as topic only available during test run"
name = "s3-event-notification-topic"
policy = data.aws_iam_policy_document.topic.json
}
Expand Down

0 comments on commit 4a82292

Please sign in to comment.