We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964584a commit a6521ddCopy full SHA for a6521dd
1 file changed
.github/workflows/_reusable-sbom-scan.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install --upgrade poetry ${{ inputs.pre-install-python-packages }}
28
python -m poetry sync
29
- name: Create SBOM
30
- uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
+ uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
31
with:
32
format: spdx-json
33
output-file: ${{ github.event.repository.name }}-sbom.spdx.json
0 commit comments