Sarif format: Include Severity level in a property #3682
Unanswered
marcandre-larochelle
asked this question in
Ideas
Replies: 1 comment 2 replies
-
Please check https://docs.oasis-open.org/sarif/sarif/v2.1.0/csprd01/sarif-v2.1.0-csprd01.html and see if there is something there that can be used to hold severity. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per the title,
It would be useful to have a property which equates to the severity of the rule. Currently there are only "levels" which are one of:
I know Github suggest using the
properties.problem.severity
, sadly they also state it should only contain:I would suggest using the following:
properties.ansible-lint.severity
with the following values (same as the ones currently used):Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions