Skip to content

Commit 4a24070

Browse files
committed
Update entrypoint.sh
1 parent e1b481d commit 4a24070

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ git config --global --add safe.directory "$PWD"
55
EXCLUDE_KEYS="' '"
66
[ ! -z "${SCAN_EXCLUDE_KEYS}" ] && EXCLUDE_KEYS=${SCAN_EXCLUDE_KEYS}
77

8-
echo "'$EXCLUDE_KEYS'"
9-
echo "'$SCAN_EXCLUDE_KEYS'"
10-
118
configcat scan "$GITHUB_WORKSPACE/$SCAN_SUB_DIR" \
129
--config-id=${SCAN_CONFIG_ID} \
1310
--repo=${GITHUB_REPOSITORY} \

0 commit comments

Comments
 (0)