diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index f9e143e..fb85697 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -156,7 +156,7 @@ jobs: docker image ls -a - name: Scan "${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }}" Docker image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan with: image: ${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }}