Skip to content

Commit

Permalink
Merge pull request kubeedge#5493 from Shelley-BaoYue/slsa-framework
Browse files Browse the repository at this point in the history
upgrade slsa-framework version to v1.10.0
  • Loading branch information
kubeedge-bot authored Mar 27, 2024
2 parents ab0c672 + 2a90510 commit f2b2ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
actions: read
id-token: write
contents: write
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
with:
base64-subjects: "${{ needs.combine_hashes.outputs.hashes }}"
# Upload provenance to a new release
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
id-token: write # for creating OIDC tokens for signing.
packages: write # for uploading attestations.
if: startsWith(github.ref, 'refs/tags/')
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0
with:
image: kubeedge/${{ matrix.target }}
registry-username: ${{ vars.DOCKERHUB_USER_NAME }}
Expand Down

0 comments on commit f2b2ec8

Please sign in to comment.