Replies: 2 comments
-
Any update? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I created the issue . |
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
trivy config
does not give correct results when reading variable values from an external YAML file viatemplatefile()
function.What did you expect to happen?
When using the
templatefile()
function, it incorrectly reports unset variable values in the called module.The result should be reported after scanning for when the module has been rendered via the values in the YAML file.
What happened instead?
trivy
doesn't consider the result oftemplatefile()
function as terraform variables.Output of run with
-debug
:Output of
trivy -v
:Additional details (base image name, container registry info...):
Beta Was this translation helpful? Give feedback.
All reactions