Skip to content

Commit 08e2410

Browse files
committed
sbom
1 parent 0df6220 commit 08e2410

3 files changed

Lines changed: 12 additions & 3242 deletions

File tree

.github/workflows/sbom.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,10 @@ jobs:
9292
git commit -m "chore: update SBOM [skip ci]"
9393
git push
9494
fi
95+
96+
- name: Submit SBOM to Dependency Graph
97+
uses: anchore/sbom-action@v0
98+
with:
99+
path: pywry
100+
format: cyclonedx-json
101+
artifact-name: sbom

0 commit comments

Comments
 (0)