mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(ci): use download syft action (#2767)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
505888f41b
commit
7c8185047a
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -86,10 +86,7 @@ jobs:
|
||||
./dist/*.apk
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/*.go') }}-${{ hashFiles('**/go.sum') }}
|
||||
- uses: sigstore/cosign-installer@v1.4.1
|
||||
- name: setup-syft
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | \
|
||||
sh -s -- -b /usr/local/bin v0.32.2
|
||||
- uses: anchore/sbom-action/download-syft@v0.5.0
|
||||
- name: setup-validate-krew-manifest
|
||||
# TODO: replace this once https://github.com/kubernetes-sigs/krew/pull/736 is merged
|
||||
run: go install github.com/caarlos0/krew/cmd/validate-krew-manifest@fork
|
||||
|
Loading…
x
Reference in New Issue
Block a user