We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644ef7c commit 5d74f31Copy full SHA for 5d74f31
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
mkdir -p config/release
93
kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
94
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95
- - uses: anchore/sbom-action/download-syft@251a468eed47e5082b105c3ba6ee500c0e65a764 # v0.17.6
+ - uses: anchore/sbom-action/download-syft@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
96
- name: Create release and SBOM
97
id: run-goreleaser
98
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments