Skip to content

SBOM test 2

SBOM test 2 #2

Workflow file for this run

name: build
on:
push:
branches:
- 457-feat-generate-a-software-bill-of-materials-sbom-as-part-of-the-build-process
jobs:
sbom:
name: Create SBOM
runs-on: ubuntu-22.04
steps:
- name: Generate SBOM
uses: anchore/sbom-action@v0
with:
artifact-name: sbom.spdx
- uses: anchore/sbom-action/publish-sbom@v0
with:
sbom-artifact-match: ".*\\.spdx$"