Skip to content

Commit

Permalink
Fix ill-formatted log output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Jun 6, 2023
1 parent 47a98fb commit b07e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aqua-scan/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func scanImagesWithAqua() AquaScanStep {
if err != nil {
return s, fmt.Errorf("aqua scan URL: %w", err)
}
slog.Info("Aqua vulnerability report is at %s ...", asu)
slog.Info("Aqua vulnerability report is at " + asu)

err = copyAquaReportsToArtifacts(htmlReportFile, jsonReportFile)
if err != nil {
Expand Down

0 comments on commit b07e504

Please sign in to comment.