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 7ea7dad commit d36dbffCopy full SHA for d36dbff
.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@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
+ uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11
24
with:
25
format: spdx-json
26
output-file: ${{ github.event.repository.name }}-sbom.spdx.json
0 commit comments