diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43a038a..f26e8c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,3 +50,13 @@ jobs: - name: check the exit code if: ${{ !success() }} run: echo 'The previous step should fail' && exit 1 + + test-sarif: + name: runner / (sarif) + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ./ + with: + reporter: sarif + locale: "US"