-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Add requested inputs #111
Add requested inputs #111
Conversation
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.
Bridgecrew has found infrastructure configuration errors in this PR ⬇️
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.
Change details
-
Error ID Change Path Resource BC_AWS_GENERAL_78 Fixed /main.tf module.codebuild.aws_codebuild_project.default
@@ -469,4 +470,15 @@ resource "aws_codebuild_project" "default" { | |||
} | |||
} |
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.
Ensure that CodeBuild projects are encrypted
Resource: module.codebuild.aws_codebuild_project.default | ID: BC_AWS_GENERAL_78
How to Fix
resource "aws_codebuild_project" "example" {
...
+ encryption_key = "AWS_Key_Management_Service_example"
}
Description
TBD🎉 Fixed by commit b1ef610 - Add encryption_key
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.
Change details
-
Error ID Change Path Resource BC_AWS_GENERAL_78 Fixed /main.tf aws_codebuild_project.default BC_AWS_GENERAL_78 Fixed /main.tf module.codebuild.aws_codebuild_project.default
/test all |
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.
Change details
-
Error ID Change Path Resource BC_AWS_NETWORKING_52 Added /main.tf aws_s3_bucket.cache_bucket BC_AWS_GENERAL_56 Added /main.tf aws_s3_bucket.cache_bucket BC_AWS_GENERAL_72 Added /main.tf aws_s3_bucket.cache_bucket
/test all |
/test all |
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.
LGTM
what
why
references