Add security training promo to security dashboard
requested to merge 350440-add-promotion-callout-for-security-training-feature-to-security-dashboard-ui-only into master
What does this MR do and why?
It adds a promotion banner for the upcoming security training feature to the security dashboard:
Note: This is currently behind the secure_vulnerability_training
feature flag and additional view-logic, like dismissal, etc. are tracked in separate issues and will be added in later MRs
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
- Enable the feature flag
echo "Feature.enable(:secure_vulnerability_training)" | rails c
- Navigate to a project's security dashboard ("Security & Compliance" -> "Security Dashboard")
Numbered steps to set up and validate the change are strongly suggested.
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 #350440 (closed)
Edited by David Pisek