Skip to content

README: required programs for self-hosted and container #162

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@ This GitHub Action will not work for all technologies. If you are in one of the

* You want to run the action on C, C++, or Objective-C projects on a 32-bits system - build wrappers support only 64-bits OS.

## Self-hosted runner or container

When running the action in a self-hosted runner or container, please ensure that the following programs are installed:

* **curl** or **wget**
* **unzip**

## Additional information

The `sonarqube-scan-action/install-build-wrapper` action installs `coreutils` if run on macOS.
Expand Down
Loading