Skip to content

Commit a99c421

Browse files
authored
Merge pull request #164 from kubecost/slsa-github-generator
Use internal fork of slsa-github-generator action
2 parents 98e38a1 + 3578473 commit a99c421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
22

33
### This workflow uses the SLSA container provenance generator workflow
4-
### (see https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/container/README.md)
4+
### (see https://github.com/kubecost/slsa-github-generator/blob/main/internal/builders/container/README.md)
55
### to generate a SLSA provenance type predicate for a container image built by ko and attesting to it and others
66
### using keyless signing.
77
name: release
@@ -106,7 +106,7 @@ jobs:
106106
actions: read
107107
packages: write
108108
needs: build
109-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
109+
uses: kubecost/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main
110110
# Can't use env global vars in a reusable workflow. See https://github.com/actions/runner/issues/2372
111111
with:
112112
digest: "${{ needs.build.outputs.digest }}"

0 commit comments

Comments
 (0)