actions-marketplace-validations/Netsparker Scan Runner
Run Netsparker Scans and get back test results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| userid | The user id from your Netsparker Account | yes | — |
| apitoken | The api token from your Netsparker Account | yes | — |
| profilename | The profile name saved in your Netsparker Account | yes | — |
| targetsite | The target url you want to run against | yes | — |
| report | If you want to wait around for the report (true) or to fire and forget (false) | no | true |
| junit | If you want to generate a junit report, enter the file name and location here | no | — |
| criticalthreshold | Critical Severity Threshold | no | 0 |
| highthreshold | High Severity Threshold | no | 0 |
| mediumthreshold | Medium Severity Threshold | no | 0 |
Outputs
| name | description |
|---|---|
| scanresults | Scan results from Netsparker (blank if `report` is false) |
| scanreport | Scan report from Netsparker (blank if `report` is false) |