We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b481d commit 4a24070Copy full SHA for 4a24070
entrypoint.sh
@@ -5,9 +5,6 @@ git config --global --add safe.directory "$PWD"
5
EXCLUDE_KEYS="' '"
6
[ ! -z "${SCAN_EXCLUDE_KEYS}" ] && EXCLUDE_KEYS=${SCAN_EXCLUDE_KEYS}
7
8
-echo "'$EXCLUDE_KEYS'"
9
-echo "'$SCAN_EXCLUDE_KEYS'"
10
-
11
configcat scan "$GITHUB_WORKSPACE/$SCAN_SUB_DIR" \
12
--config-id=${SCAN_CONFIG_ID} \
13
--repo=${GITHUB_REPOSITORY} \
0 commit comments