Differentiate vulnerability detected note
What does this MR do and why?
Differentiate vulnerability detected note. This also aligns the displayed time with the one on the vulnerability reports.
EE: true
Follow-up from !154268 (merged)
Related issue: #454903 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Create a project with the following files
.gitlab-ci.yml
gemnasium-dependency_scanning:
artifacts:
reports:
dependency_scanning: "**/gl-dependency*report.json"
paths:
- "**/*.json"
dependencies: []
script:
- echo "dependency scanning"
rules:
gl-dependency-scanning-report.json
gl-dependency-scanning-report.json
-
Trigger the pipeline for the default branch.
-
Go to Secure -> Vulnerability Reports and click in one of the existing vulnerabilities.
-
Inspect the following Vue component:
- Verify that
detectedAt
andscanner
has been added.
Before | After |
---|---|
Edited by Zamir Martins