Mirror / override download URL input for air-gapped runners #5
Labels
No labels
blocked:upstream
ci
docs
enhancement
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rasterstate/sccache-action#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The action hardcodes
https://github.com/mozilla/sccache/releases/download/...as the download origin. Air-gapped or egress-restricted runners can't reach GitHub.Add an input (e.g.
download-base-url) so operators can point at an internal mirror that serves the tarball and the.sha256sidecar with the same filenames. Keep checksum verification on against the mirrored sidecar.Tracked in SECURITY.md under "What is not done yet".