False positive for missing encryption in s3 bucket module #7199
anneadb
started this conversation in
False Detection
Replies: 1 comment
-
Hi @anneadb ! I'm looking into it. |
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, AVD-AWS-0132
Description
Hi,
I am getting errors stating that my s3 bucket is not encrypted. I have used the same code in another repository where I do not get any errors and when I check after applying the bucket is actually encrypted with the correct customer KMS key.
Also, the trivy:ignore statements have not effect.
Have I made some mistake in my code?
In a similar discussion there was a note about bucket name potentially being null. Could that still be an issue? (#4736)
#6024 might also be related but I am using a newer trivy version than
0.50.0
.Reproduction Steps
Target
Filesystem
Scanner
Misconfiguration
Target OS
No response
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