[go: up one dir, main page]

Skip to content

Release partial scans

What does this MR do and why?

Release partial scans

Remove the vulnerability_partial_scans feature flag and release the feature globally.

Changelog: added EE: true

References

Screenshots or screen recordings

Nothing changes visually.

How to set up and validate locally

  1. Create a normal MR by modifying a file
  2. Make sure the MR page works normally
  3. Now create another MR which introduces this .gitlab-ci.yml file:
sast:
  stage: test
  script: wget https://gitlab.com/gitlab-org/gitlab/-/raw/5d7bc4e75ae688b968a6debc0b8f62e7eb1f54d1/ee/spec/fixtures/security_reports/master/gl-sast-report-differential.json
  artifacts:
    reports:
      sast: gl-sast-report-differential.json
  1. Visit the MR page again, check the Security Reports widget
  2. Note the Diff based and Full scan tabs

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #552051

Merge request reports

Loading