From 0515d84ba2555da97b6b40dd6bab2b4ee6b55d58 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Thu, 1 Feb 2024 08:23:07 -0800 Subject: [PATCH] Update custom-ox.sh trying scan full branch: true --- .github/workflows/custom-ox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-ox.sh b/.github/workflows/custom-ox.sh index 61f4e60..3f3756a 100755 --- a/.github/workflows/custom-ox.sh +++ b/.github/workflows/custom-ox.sh @@ -12,7 +12,7 @@ sh -c "/usr/bin/docker run --name oxsecurityoxblockmodelatest_6ff9a5 --label f45 -e INPUT_OX_TIMEOUT=1 \ -e INPUT_OX_FAIL_ON_TIMEOUT=TRUE \ -e INPUT_OX_HOST_URL \ - -e INPUT_OX_SCAN_FULL_BRANCH \ + -e INPUT_OX_SCAN_FULL_BRANCH=TRUE \ -e INPUT_OX_OVERRIDE_BLOCKING \ -e INPUT_OX_FAIL_ON_ERROR \ -e INPUT_GITHUB_REPOSITORY_ID=579615061 \