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 0ae2aed commit 6b086e8Copy full SHA for 6b086e8
.github/workflows/ci.yml
@@ -186,6 +186,11 @@ jobs:
186
- NGINX Plus R19 or newer.
187
if: github.event_name != 'pull_request'
188
189
+
190
+ - name: Download Syft
191
+ uses: anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
192
+ if: github.event_name != 'pull_request'
193
194
- name: Run GoReleaser
195
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
196
with:
0 commit comments