Replies: 2 comments 1 reply
-
Thanks for the detailed info - it makes sense. I'll create an issue (feature request) to track this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
thank you! |
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
-
Description
Currently, we use
tfsec
and we are in the migration process to usetrivy
; however, we noticed an important information thattrivy
is lacking which is provided ontfsec
:For example we have a
local.aws-security-groups
which has all the information about each Security Group rule, in this example:db1
allows from0.0.0.0/0
anddb2
doesn'tlocal-vars.tf
sg.tf
The
tfsec
finds an issue with thedb1
and shows the resource name(module.aws-security-groups["db1"])
, example:And running
trivy
As you can see
trivy
doesn't provide the resource name which is tricky to troubleshoot since we have several entries onlocal-vars.tf
Target
None
Scanner
Misconfiguration
Beta Was this translation helpful? Give feedback.
All reactions