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 5cb60dd commit 36e1e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +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"
name = "s3-event-notification-topic"
policy = data.aws_iam_policy_document.topic.json
Expand Down

0 comments on commit 36e1e72

Please sign in to comment.