tenable/terrascan

False positive from Terrasan when scanning helm files ?

ktran1005 opened this issue · 0 comments

  • terrascan version:
  • Operating System:

Description

Hi everyone, I am currently using terrascan to scan helm files. I provided an absolute path where my helm files locate. Then I received this error.

  Scan Errors -
        IaC Type            :    helm
        Directory           :    my_path\helm
        Error Message       :    error occurred while loading chart. err: CreateFile my_path\helm\values.yaml: The system cannot find the file specified.

What I Did

I run Terrascan in my Azure DevOps pipeline and received the above error. I wonder that if this is a false positive from terrascan since I do have a file named values.yalm in the provided path. Does anyone know how to fix above issue? Thanks!