bug(helm): sometimes the report does not contain a code #5931
Labels
kind/bug
Categorizes issue or PR as related to a bug.
scan/misconfiguration
Issues relating to misconfiguration scanning
Milestone
In this example, Helm Chart contains two templates . On scanning the report will not contain the code of findings of
deployment.yaml
file. But deleting themanifest.yaml
file solves the problem.Code
File tree:
tree . ├── Chart.yaml └── templates ├── deployment.yaml └── manifest.yaml 2 directories, 4 files
deployment.yaml:
manifest.yaml:
Chart.yaml:
Output:
Output with manifest.yaml:
Output without manifest.yaml:
The text was updated successfully, but these errors were encountered: