summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorlaurentsimon <64505099+laurentsimon@users.noreply.github.com>2022-11-10 19:59:38 -0800
committerGitHub <noreply@github.com>2022-11-10 21:59:38 -0600
commit938c0a96bddc469f10358ccb35e86deee48ede3c (patch)
tree1ab7d76a64bc087d399bad7573639b7b94573e69 /.github
parent1c55de65a0a1ffa0e7a20669daff575b911e364c (diff)
downloadurllib3-938c0a96bddc469f10358ccb35e86deee48ede3c.tar.gz
Temporary fix for SLSA generator
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index fc25815c..f6820ae5 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -55,11 +55,12 @@ jobs:
actions: read
contents: write
id-token: write
- uses: "slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.0"
+ uses: "slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1"
with:
base64-subjects: "${{ needs.build.outputs.hashes }}"
attestation-name: "urllib3.intoto.jsonl"
upload-assets: true
+ compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163
publish:
name: "Publish"