-
Generally, and lately, there are cases of scan failures (e.g. panic errors) due to invalid IaC files or missing files. 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 -
|
Beta Was this translation helpful? Give feedback.
Answered by
lior-orca
Jul 23, 2023
Replies: 1 comment
-
Related PR - #6527 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ArturRibeiro-CX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related PR - #6527