Skip to content

Commit aa62082

Browse files
committed
Don't fail when reviewdog finds findings
Signed-off-by: Taiki Ono <taiki@finatext.com>
1 parent 5797149 commit aa62082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-annotation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
mkdir -p tmp
4343
gitleaks detect --verbose --exit-code=0 --no-banner --config=tests/testdata/scan_config.toml --report-path="${REPORT_PATH}"
4444
cargo run apply --no-fail --format=sarif --config-path=tests/testdata/empty_allowlist.toml | \
45-
reviewdog -f=sarif -reporter=github-pr-check -level=warning
45+
reviewdog -f=sarif -reporter=github-pr-check -level=warning -fail-on-error=false

0 commit comments

Comments
 (0)