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

Co-authored-by: Antonio Aversa <antonio.aversa@sonarsource.com>
This commit is contained in:
Talisson Galho 2024-12-16 06:32:38 -03:00 committed by GitHub
parent 00e62e1190
commit d1fd0ebe22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.