bedzior/run-cppcheck
Perform static code analysis using Cppcheck
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Debug script run to troubleshoot configuration errors | no | false |
| enabled checks | Which checks are enabled | no | all |
| enable inconclusive | Enable inconclusive checks | no | false |
| exclude from check | Which directories or files to exclude from analysis; format: paths prefixed with `-i`, space-delimited | no | "" |
| generate report | Whether to generate an XML report | no | true |
| include directories | Include paths; format: directories prefixed with `-I`, space-delimited | no | "" |
| path | Path to your project | yes | . |
| report name | Name of your report | no | ${{ github.repository }} |
| verbose | Verbose Cppcheck error descriptions | no | false |
Outputs
| name | description |
|---|---|
| reportPath | Path to XML report file |