Skip to content

Exclude example config from SAST jobs

Dennis Appelt requested to merge da-exclude-config-example-from-sast into master

What does this MR do?

Excludes (config/gitlab.yml.example)[https://gitlab.com/gitlab-org/security/gitlab/-/blob/ea0de5fb04d6e8f94833e247de4973fcc2c0dd20/config/gitlab.yml.example] from SAST jobs. This file contains dummy sensitive data (i.e. a sample private key), which will lead to a false positive finding from the Secrets Detection job.

Screenshots

False positive finding of Secrets Detection

image__5_

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 Dennis Appelt

Merge request reports

Loading