Adding psalm code scanning custom workflow to scan PHP code #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Static Code Security Analysis (psalm) | ||
on: | ||
push: | ||
branches: [ develop-retail, main ] | ||
pull_request: | ||
branches: [ develop-retail, main ] | ||
jobs: | ||
analyze: | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
uses: lightspeed-security/code-scanning-workflows/.github/workflows/psalm-php.yml@main | ||
Check failure on line 15 in .github/workflows/php-code_scanning.yml
|
||
with: | ||
composer_ignore_platform_reqs: 'true' | ||
run: composer remove lightspeedhq/our-private-dependency --no-scripts --no-progress --ignore-platform-reqs |