Skip to content

Commit

Permalink
testing20
Browse files Browse the repository at this point in the history
  • Loading branch information
an1l4 committed Aug 22, 2023
1 parent 3e57050 commit 90aeeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/kubviz/trivy_sbom.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ func RunTrivySbomScan(config *rest.Config, js nats.JetStreamContext, wg *sync.Wa
command := "trivy image --format cyclonedx docker.io/library/ubuntu:20.04"
out, err := executeCommandSbom(ctx, command)

log.Println("trivy help command executed******")
log.Println("trivy docker-ubuntu command executed******")

if err != nil {
log.Printf("Error executing Trivy sbom command %v", err)
log.Printf("Error executing Trivy sbom-docker-ubuntu command %v", err)
}

log.Println("datas is getting", string(out))
Expand Down

0 comments on commit 90aeeda

Please sign in to comment.