pantheon-systems / terminus-github-actions

A GitHub Action for setting up Pantheon's CLI tool, Terminus.
MIT License
18 stars 11 forks source link

Make the use of sudo optional #11

Open andrewbelcher opened 1 year ago

andrewbelcher commented 1 year ago

This allows it to be used inside container images that don't have sudo.

namespacebrian commented 1 year ago

The only instance of sudo I'm seeing is https://github.com/pantheon-systems/terminus-github-actions/blob/main/action.yml#L31... does your container image allow non-root to write to /usr/local/bin ?

jspellman814 commented 1 year ago

Tracking this internally as FEAT-1047.