diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index a4a57c9..b5460df 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -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 }} diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 9ab616c..b597ea3 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -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 }} diff --git a/README.md b/README.md index 7a45514..ac594dd 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/kyverno/slsa-configuration.yml b/kyverno/slsa-configuration.yml index 2d3e53d..e98986b 100644 --- a/kyverno/slsa-configuration.yml +++ b/kyverno/slsa-configuration.yml @@ -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"