Skip to content

Commit

Permalink
Merge pull request #17002 from bevanjkay/enable-signing
Browse files Browse the repository at this point in the history
cask/audit: always enable codesign audit for casks
  • Loading branch information
MikeMcQuaid committed Apr 2, 2024
2 parents 0b39a87 + 038a3eb commit 2d57103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def audit_signing

next if result.success?

add_error <<~EOS, location: cask.url.location, strict_only: true
add_error <<~EOS, location: cask.url.location
Signature verification failed:
#{result.merged_output}
macOS on ARM requires software to be signed.
Expand Down

0 comments on commit 2d57103

Please sign in to comment.