-
Notifications
You must be signed in to change notification settings - Fork 171
Description
Is your feature request related to a problem? Please describe.
We're using the slsa-framework/slsa-github-generator/.github/workflows/[email protected] workflow to build Go binaries and attestations for an application that our customer runs on Windows machines. To match the customer's security requirements the binaries need to be signed by our code signing certificate that we got from Microsoft (using Azure Trusted Signing).
We have not found a way to sign the binaries that the workflow generates as part of the build process.
Describe the solution you'd like
We would like to integrate signing of the Windows binaries, preferably by integrating the existing trusted signing action.
Describe alternatives you've considered
Currently we sign the binaries after the build process which obviously breaks the provenance attestations.
Additional context
n/a