OCMP-0 testing

This commit is contained in:
Milorad Jovanovic 2024-12-11 11:13:46 +01:00
parent 1c7282e526
commit 7c29c5b1c9

View File

@ -8,6 +8,9 @@ set -eou pipefail
# - INPUT_SCANNERVERSION: e.g. 6.2.1.4610 # - INPUT_SCANNERVERSION: e.g. 6.2.1.4610
# - INPUT_SCANNERBINARIESURL: e.g. https://github.com/me/my-repo/raw/refs/heads/main/binaries # - INPUT_SCANNERBINARIESURL: e.g. https://github.com/me/my-repo/raw/refs/heads/main/binaries
echo "::info title=SonarScanner os: $RUNNER_OS arch: $RUNNER_ARCH"
if [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "amd64" ]]; then if [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "amd64" ]]; then
FLAVOR="linux-x64" FLAVOR="linux-x64"
elif [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "ARM64" ]]; then elif [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "ARM64" ]]; then