feat: migrate trusted signing plugin to artifact signing#173
feat: migrate trusted signing plugin to artifact signing#173elantiguamsft merged 5 commits intomicrosoft:mainfrom
Conversation
...1.Certificates.AzureArtifactSigning.Tests/AzureArtifactSigningCoseSigningKeyProviderTests.cs
Show resolved
Hide resolved
...1.Certificates.AzureArtifactSigning.Tests/AzureArtifactSigningCoseSigningKeyProviderTests.cs
Dismissed
Show dismissed
Hide dismissed
...1.Certificates.AzureArtifactSigning.Tests/AzureArtifactSigningCoseSigningKeyProviderTests.cs
Show resolved
Hide resolved
CoseSign1.Certificates.AzureArtifactSigning/AzureArtifactSigningCoseSigningKeyProvider.cs
Dismissed
Show dismissed
Hide dismissed
CoseSignTool.AzureArtifactSigning.Plugin/AzureArtifactSigningCertificateProviderPlugin.cs
Show resolved
Hide resolved
|
It looks like we're going to need to update our CI pipeline to support the industry standard PR from fork model for github. It is expecting to check-out / update the changelog within a branch in this repo which is why your CI step is failing. Let me see if there is a way for us to support this automated changelog update for this pattern. |
We just merged a change into main to address this scenario. That should unblock your PR from merging. |
Signed-off-by: Jeromy Statia [MSFT] <thelotrs@hotmail.com>
Resolves #163
This PR updates the trusted signing plugin and its related docs to the new artifact signing rebranding. It also makes a refactor to the key provider and tests to use the ISignContext interface instead of the concrete AzSignContext class.