You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use shiftleft iac-assessment --severity-threshold to set for GitLab pipeline to pass as long as tests failed severity is below the severity ratings.
My guess is severity ratings are as follows: Low [1], Medium [2], High [3], Critical [4]
When it is set to --severity-threshold 3, it passes GitLab pipeline for "Low" severity tests failed, which is expected from what I understand severity threshold to behave.
However, when it is set to --severity-threshold 4, it fails GitLab pipeline for "High" severity tests failed (without any Critical tests failed), which I would expect it to pass.
The text was updated successfully, but these errors were encountered:
I'm trying to use
shiftleft iac-assessment --severity-threshold
to set for GitLab pipeline to pass as long as tests failed severity is below the severity ratings.My guess is severity ratings are as follows: Low [1], Medium [2], High [3], Critical [4]
When it is set to
--severity-threshold 3
, it passes GitLab pipeline for "Low" severity tests failed, which is expected from what I understand severity threshold to behave.However, when it is set to
--severity-threshold 4
, it fails GitLab pipeline for "High" severity tests failed (without any Critical tests failed), which I would expect it to pass.The text was updated successfully, but these errors were encountered: