We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ccad39 + 1f6b357 commit 1d01d43Copy full SHA for 1d01d43
.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@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
+ - uses: anchore/sbom-action/download-syft@f5e124a5e5e1d497a692818ae907d3c45829d033 # v0.17.3
96
- name: Create release and SBOM
97
id: run-goreleaser
98
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments