Add support to ignore misconfigurations for Terraform resources by resource/data address #6484
pseudomorph
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
Wouldn't specifying the $ cat trivyignore.yaml
misconfigurations:
- id: AVD-AWS-0107
paths:
- "modules/atlantis/atlantis.tf" |
Beta Was this translation helpful? Give feedback.
0 replies
-
there can be multiple instances of a resource type within a given file which have the same violation. It might be the case that only a specific one should be ignored, whereas, other instances do not make sense to ignore. Blanket ignoring all instances of a violation within a file doesn't account for such cases. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
As an example:
It would be useful to be able to ignore misconfigurations in Terraform based on resource address. Perhaps as so:
Target
None
Scanner
Misconfiguration
Beta Was this translation helpful? Give feedback.
All reactions