File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1- * @ witmicko
1+ * @ MetaMask/application-security
Original file line number Diff line number Diff line change 1+ name : Test Semgrep Rules
2+
3+ on : [push]
4+
5+ jobs :
6+ validate-and-test :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Checkout Code
10+ uses : actions/checkout@v4
11+
12+ - name : Install Semgrep
13+ run : |
14+ pip install semgrep
15+
16+ - name : Validate Rules
17+ run : |
18+ bin/validate-rules
19+ shell : bash
20+
21+ - name : Run Rule Tests
22+ run : |
23+ bin/test
24+ shell : bash
Original file line number Diff line number Diff line change 1010 ],
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " git@github.com:MetaMask/security-codescanner-monorepo .git"
13+ "url" : " git@github.com:MetaMask/action- security-code-scanner .git"
1414 },
1515 "license" : " ISC" ,
1616 "author" : " witmicko" ,
You can’t perform that action at this time.
0 commit comments