Skip to content

Add Go stdlib remediation guidance for CS in Trivy template

What does this MR do?

Adds proper remediation guidance for Go stdlib vulnerabilities in container scanning reports.The guidance is now visible in the UI, so users can see actionable instructions directly when reviewing vulnerabilities.

Why is this needed?

Previously, users were shown messages suggesting they update stdlib directly, which is technically incorrect because the stdlib is bundled with the Go compiler. Users must instead upgrade the Go base image and rebuild their binaries. This MR ensures the remediation guidance in the UI is more accurate and actionable.

What are the relevant issue numbers / merge requests ?

Screenshots

Before After
image image

Does this MR meet the acceptance criteria?

Closes #541028

Merge request reports

Loading