Closed zosocanuck closed 5 months ago
From a quick look, it seems like the audits just became stricter, and the formulae in your tap are now failing them.
For example, your sigscan
formula doesn't appear to list a top-level source checksum:
desc "Inspect container images and other artifacts for signatures"
homepage "https://github.com/venafi/sigscan"
url "https://github.com/venafi/sigscan/archive/refs/tags/v0.3.0.tar.gz"
version "0.3.0"
license "Apache-2.0"
head "https://github.com/venafi/sigscan.git", tag: "v0.3.0"
(and the other audit complaint is that the version
is redundant with the version in the url
, so you can just remove that line.)
I think your options here are either to ignore these audit failures or fix them.
Not entirely sure why the behaviour changed as it shouldn't have. But in any case, the buggy behaviour is the old version of Homebrew rather than the new one.
Hi,
I'm using the latest action as follows
However getting this error when running the audit with the latest version of brew (4.2.21):
We did this previously with an older version of brew (4.2.18) with no issues:
Any ideas?