Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add new logo in report #1562

Merged
2 changes: 1 addition & 1 deletion cmd/osv-scanner/internal/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ func ServeHTML(r reporter.Reporter, outputPath string) {
if err := server.ListenAndServe(); err != nil {
r.Errorf("Failed to start server: %v\n", err)
}
}
}
jess-lowe marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion internal/output/html/report_template.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="container">
<header>
<div id="header-left">
<img src="https://osv.dev/static/img/logo.png" alt="OSV-Scanner Logo" class="logo" />
<img src="/docs/images/osv-scanner-OSV-logo-darkmode.png" alt="OSV-Scanner Logo" class="logo" />
hogo6002 marked this conversation as resolved.
Show resolved Hide resolved
<div class="vl"></div>
<h1>Open Source Vulnerabilities</h1>
</div>
Expand Down
Loading