-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support notification with github-comment #31
feat: support notification with github-comment #31
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [tfsec] <aws-s3-block-public-acls> reported by reviewdog 🐶
No public access block so not blocking public acls
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [tfsec] <aws-s3-block-public-policy> reported by reviewdog 🐶
No public access block so not blocking public policies
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [tfsec] <aws-s3-enable-bucket-encryption> reported by reviewdog 🐶
Bucket does not have encryption enabled
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bucket does not have logging enabled
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bucket does not have versioning enabled
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [tfsec] <aws-s3-encryption-customer-key> reported by reviewdog 🐶
Bucket does not encrypt data with a customer managed key.
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [tfsec] <aws-s3-ignore-public-acls> reported by reviewdog 🐶
No public access block so not ignoring public acls
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [tfsec] <aws-s3-no-public-buckets> reported by reviewdog 🐶
No public access block so not restricting public buckets
tests/main.tf
Outdated
resource "aws_s3_bucket" "bad_example" { | ||
bucket = "mybucket" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [tfsec] <aws-s3-specify-public-access-block> reported by reviewdog 🐶
Bucket does not have a corresponding public access block.
This comment was marked as outdated.
This comment was marked as outdated.
❌ tfsec errorBuild link | tfsec | Ignoring Checks | tfsec Config Working Directory:
|
103b689
to
8a1ace8
Compare
8a1ace8
to
d29c551
Compare
https://github.com/suzuki-shunsuke/github-comment
e.g.