Skip to content

Commit

Permalink
Don't fail on errors
Browse files Browse the repository at this point in the history
Signed-off-by: Taiki Ono <taiki@finatext.com>
  • Loading branch information
taiki45 committed Mar 28, 2024
1 parent aa62082 commit af0c61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-annotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
mkdir -p tmp
gitleaks detect --verbose --exit-code=0 --no-banner --config=tests/testdata/scan_config.toml --report-path="${REPORT_PATH}"
cargo run apply --no-fail --format=sarif --config-path=tests/testdata/empty_allowlist.toml | \
reviewdog -f=sarif -reporter=github-pr-check -level=warning -fail-on-error=false
reviewdog -f=sarif -reporter=github-pr-check -level=error -fail-on-error=false || true

0 comments on commit af0c61e

Please sign in to comment.