Skip to content

Commit

Permalink
added syft install step
Browse files Browse the repository at this point in the history
  • Loading branch information
vlesich-sylabs committed Mar 29, 2022
1 parent 569d09a commit aa5d0df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -87,6 +87,9 @@ jobs:
executor: golang-latest
steps:
- checkout
- run:
name: Install syft
command: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
- run:
name: Test Release
command: curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish
Expand Down

0 comments on commit aa5d0df

Please sign in to comment.