forked cosign bump to 2.4.1 and use as a library vs embedded binary (#383)

* only ignore project-root/store not all store paths
* remove embedded cosign binary in favor of fork library
This commit is contained in:
Adam Martin
2025-01-10 17:14:44 -05:00
committed by GitHub
parent e97adcdfed
commit a20d7bf950
13 changed files with 976 additions and 721 deletions

View File

@@ -53,7 +53,7 @@ jobs:
with:
distribution: goreleaser
version: "~> v2"
args: "release --clean --parallelism 1 --timeout 60m"
args: "release --clean --timeout 60m"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}