Skip to content

Commit

Permalink
222
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Sep 16, 2024
1 parent 23125d7 commit f54069b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@ module "s3_with_notification" {
}

resource "aws_s3_bucket" "non-modulised-bucket" {
#checkov:skip=CKV_AWS_6: "Ensure that S3 bucket has a Public Access block - This is not needed in our tests"
#checkov:skip=CKV2_AWS_6: "Ensure that S3 bucket has a Public Access block - This is not needed in our tests"
#checkov:skip=CKV_AWS_18: "Ensure the S3 bucket has access logging enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_21: "Ensure all data stored in the S3 bucket have versioning enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_61: "Ensure that an S3 bucket has a lifecycle configuration - This is not needed in our tests"
#checkov:skip=CKV_AWS_62: "Ensure S3 buckets should have event notifications enabled - This is not needed in our tests"
#checkov:skip=CKV2_AWS_61: "Ensure that an S3 bucket has a lifecycle configuration - This is not needed in our tests"
#checkov:skip=CKV2_AWS_62: "Ensure S3 buckets should have event notifications enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_144: "Ensure that S3 bucket has cross-region replication enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_145: "Ensure that S3 buckets are encrypted with KMS by default - This is not needed in our tests"
bucket = "log-test-bucket-051683332738327"
}

resource "aws_s3_bucket" "non-modulised-bucket-2" {
#checkov:skip=CKV_AWS_6: "Ensure that S3 bucket has a Public Access block - This is not needed in our tests"
#checkov:skip=CKV2_AWS_6: "Ensure that S3 bucket has a Public Access block - This is not needed in our tests"
#checkov:skip=CKV_AWS_18: "Ensure the S3 bucket has access logging enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_21: "Ensure all data stored in the S3 bucket have versioning enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_61: "Ensure that an S3 bucket has a lifecycle configuration - This is not needed in our tests"
#checkov:skip=CKV_AWS_62: "Ensure S3 buckets should have event notifications enabled - This is not needed in our tests"
#checkov:skip=CKV2_AWS_61: "Ensure that an S3 bucket has a lifecycle configuration - This is not needed in our tests"
#checkov:skip=CKV2_AWS_62: "Ensure S3 buckets should have event notifications enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_144: "Ensure that S3 bucket has cross-region replication enabled - This is not needed in our tests"
#checkov:skip=CKV_AWS_145: "Ensure that S3 buckets are encrypted with KMS by default - This is not needed in our tests"
bucket = "log-test-bucket-2-051683332738327"
Expand Down

0 comments on commit f54069b

Please sign in to comment.