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.
1 parent e3c6a1a commit 197be0cCopy full SHA for 197be0c
.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@4d571ad1038a9cc29d676154ef265ab8f9027042 # v0.14.2
+ - uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
96
- name: Create release and SBOM
97
id: run-goreleaser
98
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments