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
Hi,
I would like to suggest adding a separate warning threshold.
I know there's warnOnCVSSViolation parameter, but unfortunately it's implemented as boolean only.
The idea is to be able to have different task result based on CVSS score.
e.g.
0-4 => ok
4-6 => warning
6-10 => fail
Alternatively, would it be possible to declare CVSS score as output variable? This way we could easily evaluate the score and break the pipe in a sebsequent task ourself...
The text was updated successfully, but these errors were encountered:
Hi,
I would like to suggest adding a separate warning threshold.
I know there's warnOnCVSSViolation parameter, but unfortunately it's implemented as boolean only.
The idea is to be able to have different task result based on CVSS score.
e.g.
0-4 => ok
4-6 => warning
6-10 => fail
Alternatively, would it be possible to declare CVSS score as output variable? This way we could easily evaluate the score and break the pipe in a sebsequent task ourself...
The text was updated successfully, but these errors were encountered: