Skip to content

Commit 47caa07

Browse files
committed
php semgrep
1 parent 7c88f46 commit 47caa07

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/php-semgrep.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: php semgrep
2+
3+
on:
4+
workflow_call:
5+
6+
jobs:
7+
semgrep:
8+
name: Check semgrep
9+
runs-on: ubuntu-latest
10+
container:
11+
image: bavix/semgrep:master
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: "Run semgrep"
15+
run: semgrep scan --error --config=p/php

0 commit comments

Comments
 (0)