diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index e6e5279bf4..4a5fcc8f4e 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -52,7 +52,7 @@ jobs: packages: write # To upload assets to release. actions: read #To read the workflow path. # NOTE: The container generator workflow is not officially released as GA. - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.3.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.4.0 with: image: ghcr.io/${{ github.repository_owner }}/kyvernopre digest: "${{ needs.push-init-kyverno.outputs.init-container-digest }}" @@ -67,7 +67,7 @@ jobs: packages: write # To upload assets to release. actions: read #To read the workflow path. # NOTE: The container generator workflow is not officially released as GA. - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.3.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.4.0 with: image: ghcr.io/${{ github.repository_owner }}/kyverno digest: "${{ needs.push-kyverno.outputs.kyverno-digest }}" @@ -82,7 +82,7 @@ jobs: packages: write # To upload assets to release. actions: read #To read the workflow path. # NOTE: The container generator workflow is not officially released as GA. - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.3.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.4.0 with: image: ghcr.io/${{ github.repository_owner }}/kyverno-cli digest: "${{ needs.push-kyverno-cli.outputs.cli-digest }}"