Skip to content

Commit

Permalink
Merge pull request #71 from aquasecurity/owenr-add-quiet-option-to-im…
Browse files Browse the repository at this point in the history
…age-scan
  • Loading branch information
owenrumney authored Apr 13, 2022
2 parents 77e6a0a + 053f14f commit b788641
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/aqua/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ func main() {
app.Action = runScan
app.Flags = fsCmd.Flags

app.Flags = append(app.Flags,
&cli.BoolFlag{
Name: "quiet",
Usage: "suppress progress bar and log output (default: false)",
EnvVars: []string{"TRIVY_QUIET"},
})

app.Commands = []*cli.Command{
fsCmd,
configCmd,
Expand Down

0 comments on commit b788641

Please sign in to comment.