Need the policy for critical only issyes #41
Answered
by
Pradoxzon
karthikboncheruuvu
asked this question in
Q&A
-
Hi ..Hope you are doing well. i need ur suggestion on what to be used for codeql and dependabot policies to identify or break the loop for only critical issues. we were using it as error, but it shows both critical and high.. kindly suggest at the earliest.. |
Beta Was this translation helpful? Give feedback.
Answered by
Pradoxzon
Jul 24, 2023
Replies: 1 comment 2 replies
-
The 'error' level will include all 'error', 'high', and 'critical' severity alerts by design. Could you just specify 'critical' instead of 'error' in your policy? That would limit it to only 'critical' alerts. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GeekMasher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 'error' level will include all 'error', 'high', and 'critical' severity alerts by design. Could you just specify 'critical' instead of 'error' in your policy? That would limit it to only 'critical' alerts.