psalm/Psalm – Static Analysis for PHP
Run Psalm via GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| security_analysis | Whether or not to use Psalm’s security analysis | no | false |
| show_info | Whether or not to show non-exception parser findings | no | false |
| report_file | File for Psalm’s output | no | "" |
| composer_require_dev | Whether or not Composer installs dev packages | no | false |
| composer_ignore_platform_reqs | Whether or not the --ignore-platform-reqs flag is passed to Composer | no | false |
| ssh_key | The private key contents to use for private repositories | no | — |
| ssh_key_pub | The public key contents to use for private repositories | no | — |
| ssh_domain | The domain to gather SSH public keys for (automatic for github.com, gitlab.com, bitbucket.org) | no | — |
| relative_dir | If your composer file is not in the directory, you can specify the relative directory. | no | — |
| php_version | The PHP version to run Psalm against | no | "" |
Outputs
no outputs