Commit adc0f71
Make Fulcio verification step non-fatal in codesign script
codesign -dvvv exits non-zero for Fulcio-signed binaries because the
Sigstore CA is not in Apple's trust store. This is expected and doesn't
affect TCC — add || true so set -e doesn't abort the CI pipeline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 05c6fd4 commit adc0f71
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
350 | 354 | | |
351 | 355 | | |
352 | 356 | | |
| |||
0 commit comments