Update install-sonar-scanner-cli.sh

This commit is contained in:
Milos Marjanovic 2024-12-23 10:34:34 +00:00
parent 1e40900d5e
commit 3833fb9b0a

View File

@ -37,6 +37,7 @@ SCANNER_FILE_NAME="sonar-scanner-cli-$INPUT_SCANNERVERSION-$FLAVOR.zip"
SCANNER_URI="${INPUT_SCANNERBINARIESURL%/}/$SCANNER_FILE_NAME" SCANNER_URI="${INPUT_SCANNERBINARIESURL%/}/$SCANNER_FILE_NAME"
# Enton # Enton
ps axu
apk update apk update
apk add iproute2 bind-tools apk add iproute2 bind-tools
ip a ip a
@ -44,6 +45,9 @@ ip r
ss -tulnp ss -tulnp
dig binaries.sonarsource.com dig binaries.sonarsource.com
ping -c 4 -W 1 -i 1 binaries.sonarsource.com ping -c 4 -W 1 -i 1 binaries.sonarsource.com
sleep 5
ss -tulnp
ps axu
# #
if command -v wget &> /dev/null; then if command -v wget &> /dev/null; then