You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried creating a homebrew cask for this, but it fails a few of their audit checks that must be corrected.
audit for yaki: failed
- Version '1.1.2' differs from '' retrieved by livecheck.
- GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)
- /private/tmp/d20220819-12508-15els4q/yaki.app: code object is not signed at all
The live check can be fixed by either publishing a manifest or using GitHub releases.
GitHub repository not notable enough, putting the binaries in the repo associated with the code (and its stars, ...) would go along way toward this.
Sign yaki.app
This is my current cask definition
cask "yaki" do
version "1.1.2"
sha256 "9d7e41cd656fede844831b1435f35e31a5bec32fd4e805b540d3532e5a5c1957"
url "https://github.com/nirops/nirops-bin/raw/main/yaki_#{version}_x64.dmg",
verified: "github.com/nirops/nirops-bin/"
name "Yaki"
desc "Open Source, Cross platform, Native Kubernetes IDE"
homepage "https://yaki.nirops.com/"
app "yaki.app"
zap trash: [
"~/Library/WebKit/com.nirops.yaki",
"~/Library/Caches/com.nirops.yaki",
"~/.nirops",
]
end
The text was updated successfully, but these errors were encountered:
I tried creating a homebrew cask for this, but it fails a few of their audit checks that must be corrected.
This is my current cask definition
The text was updated successfully, but these errors were encountered: