alvacoder/Defectdojo Upload
A github action that sends scan reports to a DefectDojo instance with support for multiple authentication methods
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| defectdojo_url | the url of your defectdojo instance | yes | — |
| defectdojo_username | the username to login into your defectdojo instance if using basic authentication | no | — |
| defectdojo_password | the password to login into your defectdojo instance if using basic authentication | no | — |
| defectdojo_api_key | the API key to authenticate with your defectdojo instance if using API key authentication | no | — |
| defectdojo_iap_token | Only required if defectdojo is behind an IAP | no | — |
| defectdojo_product_type | the defectdojo product type that the scan result relates to | yes | — |
| defectdojo_product | the defectdojo product that the scan result relates to | yes | — |
| defectdojo_environment_type | the defectdojo environment type that the scan result relates to | yes | — |
| defectdojo_scan_type | the defectdojo scan type that the scan result relates to | yes | — |
| defectdojo_engagement_name | the defectdojo engagement name that the scan result relates to | yes | — |
| scan_results_file_name | the file name of the scan result to be uploaded | yes | — |
| client_certificate_file_path | the file path for a client side certificate if required | no | — |
| client_key_file-path | the file path for a client side private key if required | no | — |
Outputs
no outputs