Skip to content

Commit 4beed4e

Browse files
authored
Remove duplicate Syft installation step
Removed duplicate installation step for Syft in the release workflow.
1 parent 3c6253c commit 4beed4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Install Cosign
5050
uses: sigstore/cosign-installer@v3.7.0
5151

52+
- name: Install Syft
53+
uses: anchore/sbom-action/download-syft@v0.21.1
54+
5255
- name: Checkout Code
5356
uses: actions/checkout@v4
5457
with:
@@ -66,9 +69,6 @@ jobs:
6669
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
6770
restore-keys: |
6871
${{ runner.os }}-go-
69-
# Install Syft
70-
- name: Install Syft
71-
uses: anchore/sbom-action/download-syft@v0.21.1
7272
7373
- name: Run GoReleaser
7474
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)