diff --git a/plugins/homebrew/brew.go b/plugins/homebrew/brew.go index ec9d7538b..0b418cd52 100644 --- a/plugins/homebrew/brew.go +++ b/plugins/homebrew/brew.go @@ -15,14 +15,15 @@ func HomebrewCLI() schema.Executable { NeedsAuth: needsauth.IfAll( needsauth.NotForHelpOrVersion(), needsauth.IfAny( - needsauth.ForCommand("search"), + needsauth.ForCommand("audit"), needsauth.ForCommand("bump"), needsauth.ForCommand("bump-cask-pr"), needsauth.ForCommand("bump-formula-pr"), - needsauth.ForCommand("update"), - needsauth.ForCommand("upgrade"), needsauth.ForCommand("install"), needsauth.ForCommand("reinstall"), + needsauth.ForCommand("search"), + needsauth.ForCommand("update"), + needsauth.ForCommand("upgrade"), ), ), Uses: []schema.CredentialUsage{