From c57e81c53fbe2ff63485fcaf035e398ac711e862 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Fri, 22 Nov 2024 15:37:34 +0100 Subject: [PATCH] chore(ci): bump container-scanning-action --- .github/workflows/release.yaml | 4 ++-- .github/workflows/schedule.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08cb1eb2..fe246fc7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -101,7 +101,7 @@ jobs: ${{ steps.meta.outputs.labels }} - name: Sign api image and attach SBOM attestation - uses: adfinis/container-scanning-action@v0.2.9 + uses: adfinis/container-scanning-action@v0.2.11 with: image-ref: ghcr.io/${{ github.repository }}/api token: ${{ secrets.GITHUB_TOKEN }} @@ -173,7 +173,7 @@ jobs: ${{ steps.meta.outputs.labels }} - name: Sign image and attach SBOM attestation - uses: adfinis/container-scanning-action@v0.2.9 + uses: adfinis/container-scanning-action@v0.2.11 with: image-ref: ghcr.io/${{ github.repository }}/ember token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 97fa16c1..8c520d5a 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -24,7 +24,7 @@ jobs: # needed for `cosign attest` id-token: write steps: - - uses: adfinis/container-scanning-action@v0.2.9 + - uses: adfinis/container-scanning-action@v0.2.11 with: image-ref: ghcr.io/${{ github.repository }}/api token: ${{ secrets.GITHUB_TOKEN }} @@ -47,7 +47,7 @@ jobs: # needed for `cosign attest` id-token: write steps: - - uses: adfinis/container-scanning-action@v0.2.9 + - uses: adfinis/container-scanning-action@v0.2.11 with: image-ref: ghcr.io/${{ github.repository }}/ember token: ${{ secrets.GITHUB_TOKEN }}