fix: tolerate unavailable unsigned signature inspection
ForgeFlow quality gate / quality (push) Canceled after 0s
ForgeFlow quality gate / quality (push) Canceled after 0s
This commit is contained in:
@@ -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/);
|
||||
|
||||
Reference in New Issue
Block a user