fix: tolerate unavailable unsigned signature inspection
ForgeFlow quality gate / quality (push) Canceled after 0s

This commit is contained in:
NuklearRabbit
2026-08-01 14:35:59 +02:00
parent a0435f4316
commit 44aa452a76
3 changed files with 11 additions and 3 deletions
+1
View File
@@ -518,6 +518,7 @@ test("Windows release pipeline preserves optional signing checks and emits prove
assert.match(signatureSource, /FORGEFLOW_EXPECTED_PUBLISHER/);
assert.match(signatureSource, /TimestampSubject/);
assert.match(signatureSource, /Signed release verification failed/);
assert.match(signatureSource, /Authenticode inspection unavailable/);
assert.match(checksumSource, /provenance\.json/);
assert.match(checksumSource, /sbom\.cdx\.json/);
assert.match(checksumSource, /CycloneDX/);