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 7e7899b commit 3d942f7Copy full SHA for 3d942f7
entrypoint.sh
@@ -44,11 +44,11 @@ echo "Ignore URI words list '${INPUT_URI_IGNORE_WORDS_LIST}'"
44
if [ "x${INPUT_URI_IGNORE_WORDS_LIST}" != "x" ]; then
45
command_args="${command_args} --uri-ignore-words-list ${INPUT_URI_IGNORE_WORDS_LIST}"
46
fi
47
-echo "Regular expression that is used to find words: '${INPUT_SKIP}'"
+echo "Regular expression that is used to find words: '${INPUT_REGEX}'"
48
if [ "x${INPUT_REGEX}" != "x" ]; then
49
command_args="${command_args} --regex ${INPUT_REGEX}"
50
51
-echo "Files or directories to check: '${INPUT_SKIP}'"
+echo "Files or directories to check: '${INPUT_FILES}'"
52
if [ "x${INPUT_FILES}" != "x" ]; then
53
command_args="${command_args} --regex ${INPUT_FILES}"
54
0 commit comments