Skip to content

Commit 26ff398

Browse files
committed
rebase on v2, codeowner and semgrep CI
1 parent 77225aa commit 26ff398

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @witmicko
1+
* @MetaMask/application-security
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

packages/semgrep-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

0 commit comments

Comments
 (0)