Skip to content

Commit

Permalink
ci: upload circomspect results as SARIF
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 8, 2024
1 parent a2d4d75 commit 50b76f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
tool: circomspect

- name: Analyze circuits
run: yarn lint
run: circomspect packages/*/src -L ./node_modules/circomlib/circuits -s sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif

test:
if: needs.changed-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 50b76f2

Please sign in to comment.