Trivy not detecting wildcards in policy #7878
hirra-farooq
started this conversation in
Bugs
Replies: 1 comment 6 replies
-
Hi @hirra-farooq ! Check |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am migrating from tfsec to trivy. I have noticed that there are some issues that trivy is not detecting that tfsec usually would.
One example that i think is especially important, given the security principles of least privilege is:
tfsec would raise:
https://aquasecurity.github.io/tfsec/v1.28.6/checks/aws/iam/no-policy-wildcards/
But doing:
trivy config ./myfolder
does not raise any issues.I would have thought the trivy misconfiguration: https://avd.aquasec.com/misconfig/aws/iam/avd-aws-0057/ would be raised?
Is this behaviour intended or a bug?
Beta Was this translation helpful? Give feedback.
All reactions