Skip to content

deps: pin dependencies #3711

deps: pin dependencies

deps: pin dependencies #3711

Workflow file for this run

name: test
on:
pull_request: {}
push:
branches:
- "**"
permissions:
actions: read
contents: read
packages: read
jobs:
test:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
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