Skip to content

Commit 67268dc

Browse files
authored
Merge pull request #243 from redhat-cop/renovate/slsa-framework-slsa-github-generator-2.x
Update slsa-framework/slsa-github-generator action to v2
2 parents 89eafd6 + 33c3c0e commit 67268dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/confbatstest-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
id-token: write # for creating OIDC tokens for signing.
118118
packages: write # for uploading attestations.
119119
if: ${{ github.ref_type == 'tag' || github.repository_owner != 'redhat-cop' }} # Stops push running when bots create a PR, which fails due to token
120-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0
120+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0 # v2.0.0
121121
with:
122122
image: ${{ needs.build-confbatstest.outputs.image_repo }}
123123
digest: ${{ needs.build-confbatstest.outputs.image_digest }}
124124
registry-username: ${{ github.repository_owner }}
125125
secrets:
126-
registry-password: ${{ secrets.GITHUB_TOKEN }}
126+
registry-password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)