Skip to content

Build and checksum verify the release artifact during publish-release #35

@TwitchBronBron

Description

@TwitchBronBron

For additional security, we should build the release artifact again at "publish-release" time, and then compare it against the copy we have in the github release. This will allow us to verify a malicious actor hasn't replaced the artifact in the github release between staging the release and publishing it.

Considerations:

  • the build environment will need to be identical to the "create-release-artifacts" (or we just call it again?)
  • this will "slow down" releases because it'll take the full build time to create it. (maybe we could skip the validation steps though and just to the build and package)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions