Commit 52a56579 authored by Jonathan Schafer's avatar Jonathan Schafer

Add scannerId field to group vuln query

parent 0f84a2f8
......@@ -9,6 +9,7 @@ query group(
$severity: [VulnerabilitySeverity!]
$reportType: [VulnerabilityReportType!]
$scanner: [String!]
$scannerId: [ID!]
$state: [VulnerabilityState!]
$sort: VulnerabilitySort
$hasIssues: Boolean
......@@ -21,6 +22,7 @@ query group(
severity: $severity
reportType: $reportType
scanner: $scanner
scannerId: $scannerId
state: $state
projectId: $projectId
sort: $sort
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment