From 9b794638dcff422ab60fe6339206b107471da6c1 Mon Sep 17 00:00:00 2001 From: "Corteggiani, Nassim" Date: Mon, 10 Jun 2024 14:16:59 +0200 Subject: [PATCH] dummy mode --- .github/workflows/rust-clippy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 8e332ba..676c5d8 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -40,13 +40,14 @@ jobs: toolchain: stable components: clippy command: build - env: PRESIFUZZ_DUMMY=1 + env: PRESIFUZZ_DUMMY=1 - name: Install required cargo run: cargo install clippy-sarif sarif-fmt - name: Run rust-clippy - run: PRESIFUZZ_DUMMY=1 cargo clippy --all-features --profile=test --message-format=json | clippy-sarif | tee + run: cargo clippy --all-features --profile=test --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt continue-on-error: true + env: PRESIFUZZ_DUMMY=1 - name: Upload analysis results to GitHub uses: github/codeql-action/upload-sarif@v1 with: