Skip to content

Commit

Permalink
Add SBOM generation step to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Jul 13, 2023
1 parent 041784e commit 7cfca5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
git checkout -b ci-test-branch
. build/common-config.sh
make -C docker test
- name: Generate SBOM
uses: anchore/sbom-action@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
with:
image: pdo_client
output-file: build/sbom-spdx.json

0 comments on commit 7cfca5b

Please sign in to comment.