From d1fd0ebe222583088aac37b404dcb1f5e170b5cd Mon Sep 17 00:00:00 2001 From: Talisson Galho Date: Mon, 16 Dec 2024 06:32:38 -0300 Subject: [PATCH] README: required programs for self-hosted and container (#162) Co-authored-by: Antonio Aversa --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bea3deb..7ac12c6 100644 --- a/README.md +++ b/README.md @@ -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.