Skip to content
New issue

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

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

Already on GitHub? # to your account

Ability to pin pixi binary by SHA #177

Open
pavelzw opened this issue Feb 13, 2025 · 0 comments
Open

Ability to pin pixi binary by SHA #177

pavelzw opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@pavelzw
Copy link
Collaborator

pavelzw commented Feb 13, 2025

For supply chain security it would be nice to be able to pin the pixi binary being downloaded by SHA (in combination with setting pixi-version).

One option we could do is providing the sha of https://github.com/prefix-dev/pixi/releases/download/v0.41.2/dist-manifest.json (which in turn contains all shas of pixi binaries for the corresponding platforms)

we could do something like

uses: prefix-dev/setup-pixi@v0.9.0
with:
  pixi-version: v0.43.0
  pixi-version-dist-sha256: 123...

Maybe also signing the pixi binaries and verifying the signature in this action could be interesting, wdyt @wolfv?

@pavelzw pavelzw added the enhancement New feature or request label Feb 13, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant