Display the dismissed label
What does this MR do and why?
Adds the Dismissed
label to findings that already dismissed.
Screenshots or screen recordings
How to set up and validate locally
- You'll need an EE License
- You'll need to have runners enabled (See $2408961 for setting up a runner)
- Enable
:refactor_security_extension
to turn this feature on.
echo "Feature.enable(:refactor_security_extension)" | rails c
- Import https://gitlab.com/gitlab-examples/security/security-reports
- Create a new MR by editing a file
- Go to the MR page and check the widget
To generate data, I'm using the Mokku
extension. You can import mokku-mocks-15-11-2022.json this data to return mock findings from the API.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #381528 (closed)
Edited by Savas Vedova