Commit f862b232 authored by Jonathan Schafer's avatar Jonathan Schafer Committed by Scott Hampton

Add scannerId to project vulnerabilities query

This MR adds the scannerId field to the project vulnerabilities GraphQL query
parent 0f84a2f8
......@@ -8,6 +8,7 @@ query project(
$severity: [VulnerabilitySeverity!]
$reportType: [VulnerabilityReportType!]
$scanner: [String!]
$scannerId: [ID!]
$state: [VulnerabilityState!]
$sort: VulnerabilitySort
$hasIssues: Boolean
......@@ -21,6 +22,7 @@ query project(
severity: $severity
reportType: $reportType
scanner: $scanner
scannerId: $scannerId
state: $state
sort: $sort
hasIssues: $hasIssues
......
---
title: Add scannerId field to project vulnerabilities query
merge_request: 58157
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