Replies: 1 comment
-
Related PR - #6527 |
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
-
Generally, and lately, there are cases of scan failures (e.g. panic errors) due to invalid IaC files or missing files.
Examples of related issues/PRs
#6519
#6510
#6511
#6381
What we can do to mitigate the problem, is to have a generic code to skip such cases, instead of failing the whole scan (when thinking of it thoroughly, such files are already 'broken' so finding issues in them is less important)
2 main options to address such logic -
e.g. if using --strict it will result in scan failures, due to such an unknown issue, while the regular mode will pass
Beta Was this translation helpful? Give feedback.
All reactions