Skip to content

Commit

Permalink
Adding anchore for SBOM signing during release (#3987)
Browse files Browse the repository at this point in the history
Signed-off-by: jkowall <jkowall@kowall.net>

Signed-off-by: jkowall <jkowall@kowall.net>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
jkowall and yurishkuro authored Oct 19, 2022
1 parent ef58f8e commit 79fedc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ jobs:
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

- name: SBOM Generation
uses: anchore/sbom-action@v0
with:
artifact-name: jaeger-SBOM.spdx.json

0 comments on commit 79fedc2

Please sign in to comment.