mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
init sbom action (#56177)
This commit is contained in:
parent
dba0baec69
commit
ad48cee2bb
20
.github/workflows/sbom-report.yml
vendored
Normal file
20
.github/workflows/sbom-report.yml
vendored
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user