False detection for S3 encryption (AVD-AWS-0088) #5262
Closed
nathanbowang
started this conversation in
False Detection
Replies: 2 comments 1 reply
-
The issue seems to lie in the downloaded modules that you are using. In the next release of Trivy we've improved the output a little so it's easier to tell that. If you want to ignore downloaded modules, you can pass $ trivy config --tf-exclude-downloaded-modules .
2023-09-27T16:05:39.253-0600 INFO Misconfiguration scanning is enabled
2023-09-27T16:05:39.710-0600 INFO Detected config files: 3 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @natebowang ! I created issue #6274 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
AVD-AWS-0088
Description
Hi, We use terraform KMS module terraform-aws-modules/kms/aws v2.0.1 and S3 module terraform-aws-modules/s3-bucket/aws v3.15.1 in our configuration, but Trivy scan fails with the error we don't expect to see
Reproduction Steps
Target
Filesystem
Scanner
Misconfiguration
Target OS
5.4.254-1-MANJARO
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions