Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Apr 3, 2024
1 parent 9de566f commit 02db575
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id-token: write # for creating OIDC tokens for signing.
packages: write # for uploading attestations.
contents: read # To read the repo.
uses: laurentsimon/oss-na24-slsa-workshop-organization/.github/workflows/image-deployer.yml@main
uses: slsa-framework/oss-na24-slsa-workshop-organization/.github/workflows/image-deployer.yml@main
with:
policy-id: ${{ inputs.policy-id }}
image: ${{ inputs.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id-token: write # for creating OIDC tokens for signing.
packages: write # for uploading attestations.
contents: read # To read the repo.
uses: laurentsimon/oss-na24-slsa-workshop-organization/.github/workflows/image-publisher.yml@main
uses: slsa-framework/oss-na24-slsa-workshop-organization/.github/workflows/image-publisher.yml@main
with:
environment: ${{ inputs.environment }}
image: ${{ inputs.image }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# oss-na24-slsa-workshop-project1

This repository contains example code for the [OpenSSF SLSA Workshop @ 2024 Open Source Security Summit North America](https://github.com/laurentsimon/oss-na24-slsa-workshop).
This repository contains example code for the [OpenSSF SLSA Workshop @ 2024 Open Source Security Summit North America](https://github.com/slsa-framework/oss-na24-slsa-workshop).

2 changes: 1 addition & 1 deletion kyverno/slsa-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ data:
# `sigstore_issuer`: (Mandatory) The Sigstore issuer.
# `sigstore_rekor_url`:(Mandatory) The Sigstore's rekor URL.
#
attestation_creator: "https://github.com/laurentsimon/oss-na24-slsa-workshop-organization/.github/workflows/image-deployer.yml@refs/heads/main"
attestation_creator: "https://github.com/slsa-framework/oss-na24-slsa-workshop-organization/.github/workflows/image-deployer.yml@refs/heads/main"
sigstore_issuer: "https://token.actions.githubusercontent.com"
sigstore_rekor_url: "https://rekor.sigstore.dev"

0 comments on commit 02db575

Please sign in to comment.