Skip to content

Commit

Permalink
trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
an1l4 committed Feb 29, 2024
1 parent 1438170 commit 0ec3605
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 @@ -36,7 +36,7 @@ func executeCommandTrivy(command string) ([]byte, error) {
cmd.Stdout = &outc
cmd.Stderr = &errc
err := cmd.Run()
log.Println("&&&&reason for kill&&&", (errc.String()))
log.Println("#####reason for kill", (errc.String()))

if err != nil {
log.Println("Execute Trivy Command Error", err.Error())
Expand Down

0 comments on commit 0ec3605

Please sign in to comment.