diff --git a/.github/workflows/credo.yml b/.github/workflows/credo.yml index 3c1abef..35cd858 100644 --- a/.github/workflows/credo.yml +++ b/.github/workflows/credo.yml @@ -53,9 +53,11 @@ jobs: - name: compile run: mix compile - name: credo-scan - run: mix credo --format=sarif > credo_output.sarif - - name: upload sarif - uses: github/codeql-action/upload-sarif@v3 - with: - # Path to SARIF file relative to the root of the repository - sarif_file: credo_output.sarif + run: mix credo -v + - name: credo-scan + run: mix credo -v --format=sarif > credo_output.sarif + # - name: upload sarif + # uses: github/codeql-action/upload-sarif@v3 + # with: + # # Path to SARIF file relative to the root of the repository + # sarif_file: credo_output.sarif