You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we generate normalize json, each resource has "source" property which is the location of the resource in the particular file.
this was working fine earlier, but now its using absolute path, which is a problem if I run terrascan in a VM, I will have wrong location of the file.
What I Did
terrascan scan -t k8s -i k8s--config-only -o json
The text was updated successfully, but these errors were encountered:
Hi @hapyharshit ,
Thank you for reporting this. It seems that this is an issue only with kubernetes IaC. The behavior seems to be correct for other iac types like terraform, helm.
Description
when we generate normalize json, each resource has "source" property which is the location of the resource in the particular file.
this was working fine earlier, but now its using absolute path, which is a problem if I run terrascan in a VM, I will have wrong location of the file.
What I Did
The text was updated successfully, but these errors were encountered: