diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 664c368..e13bf2e 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -45,7 +45,7 @@ jobs: - name: Run rust-clippy run: - cargo clippy --all-features -- -D warnings + cargo clippy --all-features -- -Dwarnings --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt #continue-on-error: true