garrytan / garrytan/gstack

Avoid piping remote Bun installer directly into CI shell

Open
#1,706 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
133k
Forks
19.9k
Avg merge
18h 46m
Merged PRs (30d)
26

Description

## Problem

The GitLab CI setup currently pipes the remote Bun installer directly into a shell. A downstream patch adjusts `.gitlab-ci.yml` to avoid the direct `curl | bash` pattern.

## Expected behavior

CI should avoid piping remote installer output directly into the shell where a small safer alternative is available, such as downloading to a file, optionally inspecting/checking it, and then executing it.

## Current downstream patch

A downstream patch changes `.gitlab-ci.yml` from a direct pipe to a safer multi-step installer flow.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.