init sbom action (#56177)

This commit is contained in:
Ethan 2022-10-03 11:53:28 -04:00 committed by GitHub
parent dba0baec69
commit ad48cee2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/workflows/sbom-report.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: syft-sbom-ci
on:
release:
types: [created]
jobs:
syft-sbom:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Anchore SBOM Action
uses: anchore/sbom-action@v0.12.0
with:
artifact-name: ${{ github.event.repository.name }}-spdx.json