Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(CLDX-82): add checksum signing step #593

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. feat(CLDX-82): add checksum signing step

    This commit adds a step to the sign-binaries task to generate the
    sha256 sums of all the signed binaries and collect them in a single
    file (sha256sum.txt).
    It then transfers the file to a remote host to be signed with Red
    Hat's GPG key. The detached signatures are returned and released
    alongside binaries in subsequent tasks to the RH Developer Portal.
    
    Signed-off-by: Scott Wickersham <[email protected]>
    swickersh committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8915d1b View commit details
    Browse the repository at this point in the history