File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed
Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 provenance :
12- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2
12+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@main
1313 with :
1414 base64-subjects : |
1515 ${{ github.repository }}@${{ github.ref }}
Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ checksum:
6565 name_template : " checksums.txt"
6666
6767signs :
68- - artifacts : checksum
68+ - cmd : cosign
6969 id : cosign
70- cmd : cosign
70+ artifacts : all
7171 args :
7272 - sign-blob
73- - --yes
74- - --oidc-issuer=https://token.actions.githubusercontent.com
75- - --output-signature=${signature}
76- - --output-certificate=${certificate}
77- - ${artifact}
73+ - " --yes"
74+ - " --oidc-provider=github "
75+ - " --output-signature=${signature}"
76+ - " --output-certificate=${certificate}"
77+ - " ${artifact}"
7878
7979homebrew_casks :
8080 - name : vibecheck
@@ -100,13 +100,3 @@ homebrew_casks:
100100 name : " Vibecheck Bot"
101101 email : " bot@vibecheck.sh"
102102 commit_msg_template : " chore(brew): update vibecheck to {{ .Tag }}"
103-
104- signs :
105- - artifacts : checksum
106- cmd : cosign
107- args :
108- - sign-blob
109- - " --yes"
110- - " --output-signature=${signature}"
111- - " --output-certificate=${certificate}"
112- - " ${artifact}"
You can’t perform that action at this time.
0 commit comments