Skip to content

Commit

Permalink
remove recursive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 24, 2023
1 parent 02fe6b0 commit 9b2417b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scan/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ func createAuditCmd(c *cli.Context) (*audit.AuditCommand, error) {
SetMinSeverityFilter(minSeverity).
SetFixableOnly(c.Bool(cliutils.FixableOnly)).
SetThirdPartyApplicabilityScan(c.Bool(cliutils.ThirdPartyContextualAnalysis)).
SetRecursive(c.BoolT("recursive")).
SetExclusions(cliutils.GetStringsArrFlagValue(c, "exclusions"))

if c.String("watches") != "" {
Expand Down

0 comments on commit 9b2417b

Please sign in to comment.