Skip to content

Commit

Permalink
Merge pull request #136 from edytuk/sylabsv2.4.2
Browse files Browse the repository at this point in the history
Merge sylabs/sif through v2.4.2
  • Loading branch information
DrDaveD committed Apr 8, 2022
2 parents 7d7b544 + b7dcb69 commit 518603c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ jobs:
flags: unittests
name: codecov

- name: Install syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin

- name: Test Release
run: curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
go-version: 1.17.x

-name: Install syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ archives:
- id: linux-archives
builds:
- linux-builds

sboms:
- artifacts: archive

0 comments on commit 518603c

Please sign in to comment.