diff --git a/server/server.go b/server/server.go index 7ea6ee2d..4aca5b11 100644 --- a/server/server.go +++ b/server/server.go @@ -293,6 +293,7 @@ func createStaticIndex(r *registry.Registry, staticDir, clairURI string) error { } if clairURI != "" { + logrus.Infof("creating vulns.txt for %s:%s", repo, tag) if err := createVulnStaticPage(r, staticDir, clairURI, repo, tag); err != nil { //return fmt.Errorf("creating vuln static page for %s:%s failed: %v", repo, tag, err) logrus.Warnf("creating vuln static page for %s:%s failed: %v", repo, tag, err)