We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4085c3 commit b50e45bCopy full SHA for b50e45b
.github/workflows/_reusable-sbom-scan.yml
@@ -20,7 +20,7 @@ jobs:
20
pip install poetry
21
poetry install
22
- name: Create SBOM
23
- uses: anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
+ uses: anchore/sbom-action@0b82b0b1a22399a1c542d4d656f70cd903571b5c # v0.21.1
24
with:
25
format: spdx-json
26
output-file: ${{ github.event.repository.name }}-sbom.spdx.json
0 commit comments