Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbom generating step #196

Merged
merged 3 commits into from Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 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
vlesich-sylabs marked this conversation as resolved.
Show resolved Hide resolved
- run:
name: Test Release
command: curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish
Expand All @@ -95,6 +98,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: Publish Release
command: curl -sL https://git.io/goreleaser | bash
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Expand Up @@ -65,3 +65,6 @@ archives:
- id: linux-archives
builds:
- linux-builds

sboms:
- artifacts: archive