mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-05-21 18:49:38 +03:00
SQSCANGHA-101 Add more command injection tests
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# run the sonar scanner cli
|
||||
cmd=(${GITHUB_ACTION_PATH}/scripts/run-sonar-scanner-cli.sh "${INPUT_ARGS}")
|
||||
"${cmd[@]}"
|
||||
Reference in New Issue
Block a user