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 5797149 commit aa62082Copy full SHA for aa62082
.github/workflows/test-annotation.yml
@@ -42,4 +42,4 @@ jobs:
42
mkdir -p tmp
43
gitleaks detect --verbose --exit-code=0 --no-banner --config=tests/testdata/scan_config.toml --report-path="${REPORT_PATH}"
44
cargo run apply --no-fail --format=sarif --config-path=tests/testdata/empty_allowlist.toml | \
45
- reviewdog -f=sarif -reporter=github-pr-check -level=warning
+ reviewdog -f=sarif -reporter=github-pr-check -level=warning -fail-on-error=false
0 commit comments