Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bc1ce66b
Commit
bc1ce66b
authored
Aug 18, 2021
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pipeline findings query
parent
2597de6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
ee/app/assets/javascripts/security_dashboard/graphql/queries/pipeline_findings.query.graphql
...dashboard/graphql/queries/pipeline_findings.query.graphql
+1
-0
ee/spec/frontend/security_dashboard/mock_data/index.js
ee/spec/frontend/security_dashboard/mock_data/index.js
+1
-0
No files found.
ee/app/assets/javascripts/security_dashboard/graphql/queries/pipeline_findings.query.graphql
View file @
bc1ce66b
...
...
@@ -13,6 +13,7 @@ query pipelineFindings(
)
{
project
(
fullPath
:
$fullPath
)
{
pipeline
(
iid
:
$pipelineId
)
{
id
securityReportFindings
(
after
:
$after
first
:
$first
...
...
ee/spec/frontend/security_dashboard/mock_data/index.js
View file @
bc1ce66b
...
...
@@ -248,6 +248,7 @@ export const mockPipelineFindingsResponse = ({ hasNextPage } = {}) => ({
data
:
{
project
:
{
pipeline
:
{
id
:
'
gid://gitlab/Ci::Pipeline/59
'
,
securityReportFindings
:
{
nodes
:
[
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment