Merge pull request #9119 from dawidd6/pr-upload-audit

pr-upload: audit only changed formulae
This commit is contained in:
Dawid Dziurla 2020-11-12 22:01:30 +01:00 committed by GitHub
commit c0f247bbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ module Homebrew
audit_args = ["audit", "--skip-style"]
audit_args << "--verbose" if args.verbose?
audit_args << "--debug" if args.debug?
audit_args += bottles_hash.keys
safe_system HOMEBREW_BREW_FILE, *audit_args
end