Skip to content

Commit

Permalink
Merge pull request #77 from realshuting/bump_gh_action_tools
Browse files Browse the repository at this point in the history
chore: bump cosign,slsa versions
  • Loading branch information
vishal-chdhry authored Nov 14, 2023
2 parents 5089ce3 + 5a810f7 commit 6705906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
- name: Install Cosign
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0
- name: Publish image
id: publish-kyverno-notation-aws
uses: ./.github/actions/publish-image
Expand All @@ -66,7 +66,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.7.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0
with:
image: ghcr.io/${{ github.repository_owner }}/kyverno-notation-aws
digest: "${{ needs.publish-images.outputs.image-digest }}"
Expand Down

0 comments on commit 6705906

Please sign in to comment.