microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
340 stars 91 forks source link

Add Files Signature Validation after Signed by ESRP #801

Closed idiskyle closed 2 months ago

idiskyle commented 2 months ago

Description

Files signature validation after signed by ESRP.

Motivation and Context

Add validation after the ESRP process. Make sure the targeting pattern/suffix files are signed successfully by ESRP. If the signature is not Valid, then will fail the following stages.

same as https://github.com/microsoft/onnxruntime/pull/21949