forked from argoproj/argo-events
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f55d838
commit 02ee010
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ jobs: | |
- run: go install github.com/spdx/spdx-sbom-generator/cmd/[email protected] | ||
- run: mkdir -p dist | ||
- run: generator -o /tmp -p . | ||
- run: bom generate --image quay.io/codefresh-io/argo-events:$VERSION -o /tmp/argo-events.spdx | ||
- run: bom generate --image quay.io/${{ secrets.QUAYIO_ORG }}/argo-events:$VERSION -o /tmp/argo-events.spdx | ||
# pack the boms into one file to make it easy to download | ||
- run: cd /tmp && tar -zcf sbom.tar.gz *.spdx | ||
- uses: actions/upload-artifact@v3 | ||
|