Update install-sonar-scanner-cli.sh
This commit is contained in:
parent
58e323c5dd
commit
da94f7f5a7
@ -37,6 +37,11 @@ SCANNER_FILE_NAME="sonar-scanner-cli-$INPUT_SCANNERVERSION-$FLAVOR.zip"
|
||||
SCANNER_URI="${INPUT_SCANNERBINARIESURL%/}/$SCANNER_FILE_NAME"
|
||||
|
||||
# Enton
|
||||
apk add iproute2 bind-tools
|
||||
ip a
|
||||
ip r
|
||||
ss -tulnp
|
||||
dig binaries.sonarsource.com
|
||||
ping -c 4 -W 1 -i 1 binaries.sonarsource.com
|
||||
#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user