cask/audit: always enable codesign audit for casks

This commit is contained in:
Bevan Kay 2024-04-02 21:53:07 +11:00
parent 0b98c50866
commit 038a3eb155
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -492,7 +492,7 @@ module Cask
next if result.success? next if result.success?
add_error <<~EOS, location: cask.url.location, strict_only: true add_error <<~EOS, location: cask.url.location
Signature verification failed: Signature verification failed:
#{result.merged_output} #{result.merged_output}
macOS on ARM requires software to be signed. macOS on ARM requires software to be signed.