diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3aa9ab..0945a3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'