Skip to content

Commit

Permalink
Additional checkov error reported
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLinden committed Oct 16, 2023
1 parent ea5795d commit 5cb60dd
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" {
#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 5cb60dd

Please sign in to comment.