Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: type in OIDC word #774

Merged
merged 1 commit into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generator_container_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
needs: [detect-env]
permissions:
# id-token:write is needed to create an OCID token for keyless signing.
# id-token:write is needed to create an OIDC token for keyless signing.
id-token: write
# actions permissions are needed to read info on the workflow and
# workflow run.
Expand Down
4 changes: 2 additions & 2 deletions internal/builders/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ provenance:
needs: [build]
permissions:
actions: read # for detecting the Github Actions environment.
id-token: write # for creating OCID tokens for signing.
id-token: write # for creating OIDC tokens for signing.
packages: write # for uploading attestations.
if: startsWith(github.ref, 'refs/tags/')
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/492): Use a tagged release once we have one.
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
needs: [build]
permissions:
actions: read # for detecting the Github Actions environment.
id-token: write # for creating OCID tokens for signing.
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@main
Expand Down