Skip to content

Commit

Permalink
fix: use syft during release
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Sep 9, 2022
1 parent b5896f9 commit 2edb5ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
run: |
go env -w GOPRIVATE=github.com/intigriti
echo "machine github.com login ${{ secrets.GH_PRIVATEREPO_TOKEN }}" >> ~/.netrc
-
name: Install syft
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
-
name: Create release tag
uses: go-semantic-release/action@v1
Expand Down

0 comments on commit 2edb5ca

Please sign in to comment.