32
32
id : sigstore-python
33
33
with :
34
34
inputs : ./test/artifact.txt
35
+ internal-be-careful-debug : true
35
36
- name : Check outputs
36
37
shell : bash
37
38
run : |
55
56
id : sigstore-python
56
57
with :
57
58
inputs : ${{ matrix.input }}
59
+ internal-be-careful-debug : true
58
60
- name : Check failure
59
61
env :
60
62
XFAIL : ${{ steps.sigstore-python.outcome == 'failure' }}
75
77
with :
76
78
inputs : ./test/artifact.txt
77
79
staging : true
80
+ internal-be-careful-debug : true
78
81
- name : Check outputs
79
82
run : |
80
83
[[ -f ./test/artifact.txt.sigstore ]] || exit 1
90
93
with :
91
94
inputs : ./test/*.txt
92
95
staging : true
96
+ internal-be-careful-debug : true
93
97
94
98
selftest-upload-artifacts :
95
99
runs-on : ubuntu-latest
@@ -103,6 +107,7 @@ jobs:
103
107
inputs : ./test/artifact.txt
104
108
staging : true
105
109
upload-signing-artifacts : true
110
+ internal-be-careful-debug : true
106
111
- uses : actions/download-artifact@v3
107
112
with :
108
113
name : " signing-artifacts-${{ github.job }}"
@@ -127,6 +132,7 @@ jobs:
127
132
certificate : ./test/custom_certificate.crt
128
133
bundle : ./test/custom_bundle.sigstore
129
134
staging : true
135
+ internal-be-careful-debug : true
130
136
- name : Check outputs
131
137
run : |
132
138
[[ -f ./test/custom_signature.sig ]] || exit 1
@@ -147,6 +153,7 @@ jobs:
147
153
verify-cert-identity : https://github.com/sigstore/gh-action-sigstore-python/.github/workflows/selftest.yml@${{ github.ref }}
148
154
verify-oidc-issuer : https://token.actions.githubusercontent.com
149
155
staging : true
156
+ internal-be-careful-debug : true
150
157
151
158
selftest-xfail-verify-missing-options :
152
159
runs-on : ubuntu-latest
@@ -183,6 +190,8 @@ jobs:
183
190
verify-oidc-issuer : ${{ matrix.config.verify-oidc-issuer }}
184
191
verify-cert-identity : ${{ matrix.config.verify-cert-identity }}
185
192
staging : true
193
+ internal-be-careful-debug : true
194
+
186
195
- name : Check failure
187
196
env :
188
197
XFAIL : ${{ steps.sigstore-python.outcome == 'failure' }}
@@ -215,6 +224,7 @@ jobs:
215
224
inputs : ./test/artifact.txt
216
225
identity-token : ${{ steps.get-oidc-token.outputs.identity-token }}
217
226
staging : true
227
+ internal-be-careful-debug : true
218
228
219
229
all-selftests-pass :
220
230
if : always()
0 commit comments