Skip to content

Fix security dashboard by excluding license scanning information

Saikat Sarkar requested to merge fix_security_dashboard into master

What does this MR do?

Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/230510

We need to include only security scanners information in the GraphQL query result. This MR will filter the result. The purpose of this GraphQL query is to show information about only security scanners. We should exclude license_management and license_scanning from the list.

Screenshots

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
Edited by Saikat Sarkar

Merge request reports