Display the Security Reports content using widget components
What does this MR do and why?
Displays the MR widget content when expanded.
This MR still lacks some features, such as action buttons and clicking on the vulnerability should open a modal with the finding data. These features will be implemented in future MRs.
Screenshots or screen recordings
How to set up and validate locally
Requirements:
- You'll need an EE License
- You'll need to have runners enabled (See $2408961 for setting up a runner)
Steps:
- 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
- Check the MR Security Reports content
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 #376411 (closed)
Edited by Savas Vedova