From 0e1d0522c3d7c9cacae79ebdaf378eab8f0cd192 Mon Sep 17 00:00:00 2001 From: Markus Metz Date: Fri, 11 Sep 2026 13:37:19 +0200 Subject: [PATCH] fix sbom-action version --- .github/workflows/sbom-vulnerability-scan.yml | 4 ++-- .github/workflows/third-party-licenses.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sbom-vulnerability-scan.yml b/.github/workflows/sbom-vulnerability-scan.yml index c6a11ce..b6709fa 100644 --- a/.github/workflows/sbom-vulnerability-scan.yml +++ b/.github/workflows/sbom-vulnerability-scan.yml @@ -66,7 +66,7 @@ jobs: - name: Generate SBOM from Docker image if: inputs.dockerfile != '' - uses: anchore/sbom-action@v1 + uses: anchore/sbom-action@v0.24 with: image: localbuild/testimage:latest artifact-name: docker.cyclonedx.json @@ -123,7 +123,7 @@ jobs: - name: Generate SBOM from Python environment if: inputs.requirements != '' || inputs.pyproject != '' - uses: anchore/sbom-action@v1 + uses: anchore/sbom-action@v0.24 with: path: .sbom_venv artifact-name: python.cyclonedx.json diff --git a/.github/workflows/third-party-licenses.yml b/.github/workflows/third-party-licenses.yml index beb210c..341f0c1 100644 --- a/.github/workflows/third-party-licenses.yml +++ b/.github/workflows/third-party-licenses.yml @@ -124,7 +124,7 @@ jobs: " - name: Generate SBOM from Docker image if: inputs.dockerfile != '' - uses: anchore/sbom-action@v1 + uses: anchore/sbom-action@v0.24 with: image: license-scan-image format: syft-json