We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebeead0 + ae49037 commit 644ef7cCopy full SHA for 644ef7c
.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@1ca97d9028b51809cf6d3c934c3e160716e1b605 # v0.17.5
+ - uses: anchore/sbom-action/download-syft@251a468eed47e5082b105c3ba6ee500c0e65a764 # v0.17.6
96
- name: Create release and SBOM
97
id: run-goreleaser
98
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments