We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Maybe also signing the pixi binaries and verifying the signature in this action could be interesting, wdyt @wolfv?
The text was updated successfully, but these errors were encountered: