Skip to content

Commit cf2e8ac

Browse files
committed
adding PHP code scanning
1 parent 096db2c commit cf2e8ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Static Code Security Analysis (psalm)
2+
3+
on:
4+
push:
5+
branches: [ develop-retail, main ]
6+
pull_request:
7+
branches: [ develop-retail, main ]
8+
9+
jobs:
10+
analyze:
11+
permissions:
12+
actions: read
13+
contents: read
14+
security-events: write
15+
uses: lightspeed-security/code-scanning-workflows/.github/workflows/psalm-php.yml@main
16+
with:
17+
composer_ignore_platform_reqs: 'true'
18+
run: composer remove lightspeedhq/our-private-dependency --no-scripts --no-progress --ignore-platform-reqs

0 commit comments

Comments
 (0)