diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a3e2e03..e188c6b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -194,7 +194,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Create SBOM - uses: digitalservicebund/create-sbom@a60128ed395d551e939c6752a1e34374ea2195ae + uses: digitalservicebund/create-sbom@8ef8bf302e51261e9f4c25040369ee6409850030 with: image_name: ${{ env.CONTAINER_IMAGE_NAME }}:${{ env.CONTAINER_IMAGE_VERSION }} - name: Sign the published Docker image