Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 4a4ce26

Browse files
fix: skip reviewdog
1 parent 8fef899 commit 4a4ce26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

entrypoint.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ fi
5959

6060
go-earlybird -show-solutions -suppress -config=/.go-earlybird/ -ignorefile="${IGNORE_FILE}" \
6161
-path=${WORKSPACE_DIR}/${INPUT_WORKDIR} -format=json ${INPUT_ARGS} \
62-
| python3 /annotate.py \
63-
| reviewdog -f=rdjson \
64-
-name="addonfactory-sample-scanner" \
65-
-reporter="${REPORTER:-github-check}" \
66-
-filter-mode="${INPUT_FILTER_MODE}" \
67-
-fail-on-error="${INPUT_FAIL_ON_ERROR}" \
68-
-level="${INPUT_LEVEL}" \
69-
${INPUT_REVIEWDOG_FLAGS} ; exitCode=$?
62+
| python3 /annotate.py ; exitCode=$?
63+
# | reviewdog -f=rdjson \
64+
# -name="addonfactory-sample-scanner" \
65+
# -reporter="${REPORTER:-github-check}" \
66+
# -filter-mode="${INPUT_FILTER_MODE}" \
67+
# -fail-on-error="${INPUT_FAIL_ON_ERROR}" \
68+
# -level="${INPUT_LEVEL}" \
69+
# ${INPUT_REVIEWDOG_FLAGS} ; exitCode=$?
7070

7171
echo "::endgroup::"
7272

0 commit comments

Comments
 (0)