-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create bbb.tf #15
base: master
Are you sure you want to change the base?
Create bbb.tf #15
Conversation
Quality Gate failedFailed conditions |
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.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Passed | Infrastructure as Code | 0 0 3 3 | View in Orca |
Passed | Secrets | 0 0 0 0 | View in Orca |
Passed | Vulnerabilities | 0 0 0 0 | View in Orca |
🛡️ The following IaC misconfigurations have been detected
NAME | FILE | ||
---|---|---|---|
AWS S3 Bucket Without "MFA Delete" Enabled | bbb.tf | View in code | |
AWS S3 Bucket Without "MFA Delete" Enabled | bbb.tf | View in code | |
S3 Bucket Object Versioning not Enabled | bbb.tf | View in code | |
Customer Master Key Rotation is Disabled | bbb.tf | View in code | |
IAM Access Analyzer Is Not Enabled | bbb.tf | View in code | |
S3 Bucket Server Access Logging is Disabled | bbb.tf | View in code |
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.
❌ Jit has detected 1 important finding in this PR that you should review.
The finding is detailed below as a comment.
It’s highly recommended that you fix this security issue before merge.
} | ||
} | ||
|
||
resource "aws_kms_key" "testkey" { |
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.
Security control: Iac Misconfig Detection Terraform
Type: Customer Master Keys (Cmk) Must Have Rotation Enabled, Which Means The Attribute 'Enable Key Rotation' Must Be Set To 'True' When The Key Is Enabled.
Description: Customer Master Keys (CMK) must have rotation enabled, which means the attribute 'enable_key_rotation' must be set to 'true' when the key is enabled.
Severity: HIGH
Jit Bot commands and options (e.g., ignore issue)
You can trigger Jit actions by commenting on this PR review:
#jit_ignore_fp
Ignore and mark this specific single instance of finding as “False Positive”#jit_ignore_accept
Ignore and mark this specific single instance of finding as “Accept Risk”#jit_undo_ignore
Undo ignore command
comments: {"infrastructure_as_code":{"count":6,"priority":{"high":0,"medium":0,"low":3,"info":3}},"vulnerabilities":{"count":0,"priority":{"high":0,"medium":0,"low":0,"info":0}},"secrets":{"count":0,"priority":{"high":0,"medium":0,"low":0,"info":0}}} |
No description provided.