deps: update sigstore/cosign-installer digest to b929758 #2685
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
pull_request: {} | |
push: | |
branches: | |
- "**" | |
jobs: | |
test: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.45.1 | |
with: | |
install-go: true | |
install-goreleaser: true | |
install-cosign: true | |
install-syft: true | |
build-commands: make build | |
test-commands: make test | |
report-coverage: true | |
coverage-file: cover.out | |
build-image: true | |
docker-tag: ghcr.io/ckotzbauer/sbom-operator:latest | |
scan-image: true |