Commit 0d75eede authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '326071-fix-security-mr-widget' into 'master'

Fix security report fetching in MRs

See merge request gitlab-org/gitlab!57574
parents be14c158 bf382ddb
...@@ -6,6 +6,7 @@ query securityReportDownloadPaths( ...@@ -6,6 +6,7 @@ query securityReportDownloadPaths(
project(fullPath: $projectPath) { project(fullPath: $projectPath) {
mergeRequest(iid: $iid) { mergeRequest(iid: $iid) {
headPipeline { headPipeline {
id
jobs(securityReportTypes: $reportTypes) { jobs(securityReportTypes: $reportTypes) {
nodes { nodes {
name name
......
---
title: Fix security report fetching in Merge Requests
merge_request: 57574
author:
type: fixed
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