docs: required programs for self-hosted and container

This commit is contained in:
Talisson Galho 2024-12-11 08:48:33 -03:00 committed by GitHub
parent 844ce2710b
commit 1a4dd843cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,6 +108,14 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
```
## 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**
## Action parameters
You can change the analysis base directory by using the optional input `projectBaseDir` like this: