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
- Create a normal MR by modifying a file
- Make sure the MR page works normally
- 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
- Visit the MR page again, check the Security Reports widget
- Note the
Diff based
andFull 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