Snyk findings by severity

How do I return a count of all Snyk findings by severity?

Answers

  • AaronO
    AaronO ✭✭✭
    Hi, the following query will return snyk finding by severity: 
    FIND snyk_finding WITH isIgnored=false AS sev
        RETURN 
        sev.severity, count(sev)

This Month's Leaders