Commit c15a7f94 authored by Simon Knox's avatar Simon Knox

Merge branch...

Merge branch '293843-expand-filtering-functionality-of-vulnerabilities-graphql-endpoint-to-support-vendor-group-graphql' into 'master'

Add scannerId field to group vulnerabilities query

See merge request gitlab-org/gitlab!58156
parents 1ea47dcc ceba641e
......@@ -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
......
---
title: Add scannerId field to group vulnerabilities query
merge_request: 58156
author:
type: changed
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