symfonycorp/The PHP Security Checker
Checks composer.json for known vulnerabilities in your package dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lock | The path to composer.lock is stored (root directory by default) | no | ./composer.lock |
| format | The output format (ansi by default, supported: ansi, junit, markdown, json, or yaml) | no | ansi |
| disable-exit-code | Whether to continue when issues are detected (false by default) | no | 0 |
Outputs
| name | description |
|---|---|
| vulns | The detected vulnerabilities as JSON |