You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
6
+
#
7
+
# Script-specific variables required:
8
+
# - INPUT_SCANNERVERSION: e.g. 6.2.1.4610
9
+
# - INPUT_SCANNERBINARIESURL: e.g. https://github.com/me/my-repo/raw/refs/heads/main/binaries
6
10
7
-
WGET=wget
11
+
CURL=curl
8
12
if [[ "$RUNNER_OS"=="Linux"&&"$RUNNER_ARCH"=="X64" ]];then
0 commit comments