mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
README: required programs for self-hosted and container (#162)
Co-authored-by: Antonio Aversa <antonio.aversa@sonarsource.com>
This commit is contained in:
parent
00e62e1190
commit
d1fd0ebe22
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
* 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
|
## Additional information
|
||||||
|
|
||||||
The `sonarqube-scan-action/install-build-wrapper` action installs `coreutils` if run on macOS.
|
The `sonarqube-scan-action/install-build-wrapper` action installs `coreutils` if run on macOS.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue