Skip to content

Commit

Permalink
fix(CI): Add a CI step to install syft
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 15, 2024
1 parent c1bafb3 commit 803cb7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install "syft"
run: |
/bin/bash -c "curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin"
- name: "Run GoReleaser"
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 803cb7f

Please sign in to comment.