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 dc60857 commit 3a6d8bb
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 @@ -35,7 +35,7 @@ func executeCommandTrivy(command string) ([]byte, error) {
var outc, errc bytes.Buffer
cmd.Stdout = &outc
cmd.Stderr = &errc

log.Println("&&&&reason for kill", errc)
err := cmd.Run()

if err != nil {
Expand Down

0 comments on commit 3a6d8bb

Please sign in to comment.