mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
udpate slsa to v1.3.0 (#5419)
Signed-off-by: ShutingZhao <shuting@nirmata.com> Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
4b11292835
commit
060d60de5a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/image.yaml
vendored
6
.github/workflows/image.yaml
vendored
|
@ -48,7 +48,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.2.2
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.3.0
|
||||
with:
|
||||
image: ghcr.io/${{ github.repository_owner }}/kyvernopre
|
||||
digest: "${{ needs.push-init-kyverno.outputs.init-container-digest }}"
|
||||
|
@ -63,7 +63,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.2.2
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.3.0
|
||||
with:
|
||||
image: ghcr.io/${{ github.repository_owner }}/kyverno
|
||||
digest: "${{ needs.push-kyverno.outputs.kyverno-digest }}"
|
||||
|
@ -78,7 +78,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.2.2
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.3.0
|
||||
with:
|
||||
image: ghcr.io/${{ github.repository_owner }}/kyverno-cli
|
||||
digest: "${{ needs.push-kyverno-cli.outputs.cli-digest }}"
|
||||
|
|
Loading…
Reference in a new issue