Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Mar 8, 2024
1 parent 21c0aa8 commit 0bcb0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/kubviz/plugins/trivy/trivy.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func executeCommandTrivy(command string) ([]byte, error) {
err := cmd.Run()

if err != nil {
log.Println("Execute Trivy Command Error", err.Error())
log.Printf("Execute Trivy Command Error: %v, STDERR: %s", err, errc.String())
}

return outc.Bytes(), err
Expand Down

0 comments on commit 0bcb0e6

Please sign in to comment.