From 4a361b70a2cecd858574f7b16e4aedd272932266 Mon Sep 17 00:00:00 2001 From: Dmitriy Pertsev Date: Fri, 29 Mar 2024 00:35:51 +0300 Subject: [PATCH] Update credo.yml --- .github/workflows/credo.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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