We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e894c9b + afc340c commit 4b0b49bCopy full SHA for 4b0b49b
.github/workflows/release.yaml
@@ -97,7 +97,7 @@ jobs:
97
mkdir -p output
98
helm template ./deploy --namespace ocm-system --set "manager.image.tag=${{ env.RELEASE_VERSION }}" --include-crds > ./output/install.yaml
99
- name: Setup Syft
100
- uses: anchore/sbom-action/download-syft@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
+ uses: anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
101
- name: Setup Cosign
102
uses: sigstore/cosign-installer@v3.7.0
103
- name: Run goreleaser
0 commit comments