Skip to content

Commit 26fb7f8

Browse files
authored
Merge pull request #21467 from Homebrew/autobump-audit-skip-additionals
dev-cmd/bump-cask-pr: add autobump audit exceptions
2 parents d9e0ed5 + ab82fe5 commit 26fb7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/dev-cmd/bump-cask-pr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def run
167167
silent: args.quiet?)
168168

169169
audit_exceptions = []
170-
audit_exceptions << "min_os" if ENV["HOMEBREW_TEST_BOT_AUTOBUMP"].present?
170+
audit_exceptions << ["min_os", "rosetta", "signing"] if ENV["HOMEBREW_TEST_BOT_AUTOBUMP"].present?
171171
run_cask_audit(cask, old_contents, audit_exceptions)
172172
run_cask_style(cask, old_contents)
173173

0 commit comments

Comments
 (0)