Resolved alert count is not including secret scanning alerts
leftrightleft opened this issue · 0 comments
leftrightleft commented
Describe the bug
The resolved alert count in the "advanced security overview" dashboard does not take into consideration secret scanning alerts. The alert
field of a secret scanning alert will contain resolved
. That value is not currently a member of the in()
statement.
Expected behavior
I expect the resolved
secret scanning alerts to also be counted.