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

are there checksums (for releases) ? #1880

Open
ilia-shipitsin opened this issue Sep 14, 2023 · 4 comments
Open

are there checksums (for releases) ? #1880

ilia-shipitsin opened this issue Sep 14, 2023 · 4 comments

Comments

@ilia-shipitsin
Copy link

Hello,

github runner images team here.
we are looking for securing supply chains when adding software to CI images.

are there checksum available ? or maybe some recommended validation approach.

thanks!

@smowton
Copy link
Contributor

smowton commented Sep 15, 2023

Could you give a bit more info on what you want to checksum? Is it the codeql-action itself? The CodeQL CLI? Both?

@adityasharad
Copy link
Contributor

@ilia-shipitsin since we have multiple artifacts (one artifact for each of the 3 major OSes, and one "universal" artifact) do you have a preference between the following options?

  • a single checksums file containing checksums and filenames for each of the 4 files, on separate lines (this is what the gh CLI does for example)
  • one checksum file for each artifact

@jsoref
Copy link
Contributor

jsoref commented Feb 13, 2024

The standard unix model is one signature per file, since it enables wget $url{,.sig}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants