Skip to content

Commit

Permalink
Update credo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsevds authored Mar 28, 2024
1 parent bf9bd93 commit 4a361b7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/credo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a361b7

Please sign in to comment.