aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
22.31k stars 2.2k forks source link

fix(misconf): do not evaluate TF when a load error occurs #7109

Closed nikpivkin closed 2 weeks ago

nikpivkin commented 2 weeks ago

Description

If an error occurs while loading the configuration files, we must skip the evaluation.

Related issues

Checklist