File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,17 @@ jobs:
35
35
with :
36
36
node-version : 20.16.0
37
37
38
+ - name : Enable Corepack
39
+ run : |
40
+ npm i -g corepack@latest
41
+ corepack enable
42
+ corepack prepare yarn@4.6.0 --activate
43
+
38
44
- name : Install circom 2.1.9
39
45
run : |
40
46
wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/local/bin/circom
41
47
chmod +x /usr/local/bin/circom
42
48
43
- - name : Install pnpm
44
- run : npm install -g pnpm
45
-
46
49
- name : Install dependencies
47
50
run : pnpm install
48
51
Original file line number Diff line number Diff line change 68
68
```
69
69
FULL_TEST_SUITE=true npm run integration-signature
70
70
```
71
+
72
+ ## Security Audits
73
+ 1 . Audit report dated May 15, 2025: [ 15-05-2025-passport-circuits-audit.pdf] ( https://raw.githubusercontent.com/0xPolygonID/audits/refs/heads/main/circuits/15-05-2025-passport-circuits-audit.pdf )
You can’t perform that action at this time.
0 commit comments