Skip to content

Extend GraphQL Ci::PipelineType to include Security Report Findings

Subashis Chakraborty requested to merge 298760-security-report-findings into master

What does this MR do?

Backend work to update the pipeline security tab to use GraphQL

  • Create new PipelineSecurityReportFindingType GraphQL Type to be used by Ci::Pipeline
  • Create new GraphQL PipelineSecurityReportFindingsResolver
  • Add ability to filter by scanner, severity and reportType

We need to add more fields for finding type as required by ui implementation later but basic structure is here.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #298760 (closed)

Edited by Subashis Chakraborty

Merge request reports