Skip to content

Merge branch 'hotfix/subject-endpoint' #70

Merge branch 'hotfix/subject-endpoint'

Merge branch 'hotfix/subject-endpoint' #70

Workflow file for this run

name: Generate SBOMs
on: [ push ]
jobs:
generate-sboms:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: spdx-sbom
uses: anchore/[email protected]
with:
format: spdx
artifact-name: rainbow-sbom.spdx
- name: cyclonedx-sbom
uses: anchore/[email protected]
with:
format: cyclonedx-json
artifact-name: rainbow-sbom-cdx.json