Use this file to discover all available pages before exploring further.
In this walkthrough, you’ll learn how to address critical vulnerabilities flagged by npm audit and OWASP Dependency-Check, then expose the HTML and JUnit reports in your Jenkins pipeline for better visibility and compliance tracking.
git commit -am "publish Dependency-Check HTML report"git push
After the build completes, view the archived HTML under Artifacts:
[htmlpublisher] Archiving HTML reports...[htmlpublisher] Archiving at BUILD level ...
By default, Jenkins enforces a strict Content Security Policy that may strip inline CSS/JS. To allow CSS in archived HTML reports, execute in the Script Console:
When the pipeline completes (it may show unstable if high-severity issues persist), Jenkins displays a Test Result tab:
Click Test Results to inspect passes, failures, and detailed CVSS scores, impacts, and patch guidance:
In the classic UI, the Test Results section lists failures and history:
Your Dependency Check HTML Report now renders with full CSS styling and detailed insights into library risks.Thank you for following this guide! For further reading, check out: