pumasecurity/Puma Scan Professional
Secure code analysis rules for .NET C# applications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-paths | Required: Common delimited list of solutions or projects to analyze [Web.csproj,Api.csproj,Data.csproj] | yes | "" |
| output-formats | Required: Comma delimited list of output formats [json,html,msbuild,vso,trx,csv,sarif,sonarcloud] | yes | json |
| output-file | Required: Output directory and file name for the generated scan results [./tests/pumascan]. The file extension will automatically be added for each selected format. | yes | ./tests/pumascan |
| settings-paths | Optional: Comma delimited list of Puma Scan custom scan settings file paths (.pumafile). If no value is supplied, the default scanner settings will be used. | no | null |
| verbose | Optional: Writes verbose output to the console. Default is false. | no | false |
| threshold-high | Optional: Threshold for the number of high risk findings that cause the scan to return a failing exit code. Default is disabled. | no | null |
| threshold-medium | Optional: Threshold for the number of medium risk findings that cause the scan to return a failing exit code. Default is disabled. | no | null |
| threshold-low | Optional: Threshold for the number of low risk findings that cause the scan to return a failing exit code. Default is disabled. | no | null |
Outputs
no outputs