Skip to content

Commit

Permalink
test: update main.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jun 14, 2024
1 parent 26ff80c commit 51c3baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/trivy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func main() {
}

func run() error {

// Trivy behaves as the specified plugin.
if runAsPlugin := os.Getenv("TRIVY_RUN_AS_PLUGIN"); runAsPlugin != "" {
log.InitLogger(false, false)
Expand Down

0 comments on commit 51c3baf

Please sign in to comment.