Skip to content

Commit

Permalink
Pin syft installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Jul 26, 2023
1 parent cbdcf6d commit 26b9ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Syft
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
curl -sSfL https://raw.githubusercontent.com/anchore/syft/4fc17edd146af34ab06f5b0443ef8ddac3aaf076/install.sh | sh -s -- -b /usr/local/bin
- name: Set tag
run: |
version=$(yq '(.version|split("-"))[0]' rockcraft.yaml)
Expand Down

0 comments on commit 26b9ed8

Please sign in to comment.