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 68d9744 + 3d295cc commit ba238dfCopy full SHA for ba238df
.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@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
+ - uses: anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19.0
96
- name: Create release and SBOM
97
id: run-goreleaser
98
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments