Skip to content

Commit 3076531

Browse files
authored
Create psalm-security-scan
1 parent 641c509 commit 3076531

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Psalm Security Scan
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
psalm-security-scan:
7+
name: Psalm
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v3
12+
13+
- name: Psalm Security Scan
14+
uses: docker://ghcr.io/psalm/psalm-security-scan
15+
16+
- name: Import Security Analysis results into GitHub Security Code Scanning
17+
uses: github/codeql-action/upload-sarif@v2
18+
with:
19+
sarif_file: results.sarif

0 commit comments

Comments
 (0)