We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096db2c commit cf2e8acCopy full SHA for cf2e8ac
.github/workflows/php-code_scanning.yml
@@ -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
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