Skip to content
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

fix(misconf): Incorrect link to the bucket logging rule #4975

Closed
nikpivkin opened this issue Aug 10, 2023 · 0 comments
Closed

fix(misconf): Incorrect link to the bucket logging rule #4975

nikpivkin opened this issue Aug 10, 2023 · 0 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. scan/misconfiguration Issues relating to misconfiguration scanning
Milestone

Comments

@nikpivkin
Copy link
Contributor

The Trivy report contains an incorrect link to the AWS bucket logging rule:

LOW: Bucket has logging disabled
════════════════════════════════════════════════════════════════════════════════════════════════════════════
Ensures S3 bucket logging is enabled for S3 buckets.

See https://avd.aquasec.com/misconfig/n/a 
────────────────────────────────────────────────────────────────────────────────────────────────────────────
 modules/s3/main.tf:11-13
────────────────────────────────────────────────────────────────────────────────────────────────────────────
  11 ┌ resource "aws_s3_bucket" "s3_bucket" {
  12 │   bucket = "test_bucket"
  13 └ }
────────────────────────────────────────────────────────────────────────────────────────────────────────────
@nikpivkin nikpivkin added kind/bug Categorizes issue or PR as related to a bug. scan/misconfiguration Issues relating to misconfiguration scanning labels Aug 10, 2023
@nikpivkin nikpivkin self-assigned this Aug 10, 2023
@simar7 simar7 added this to the v0.45.0 milestone Aug 10, 2023
@simar7 simar7 closed this as completed Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. scan/misconfiguration Issues relating to misconfiguration scanning
Projects
Archived in project
Development

No branches or pull requests

2 participants