c4twithshell/DefectDojo Actions
Import data into DefectDojo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | (string($date)) The personal access token used to access the DefectDojo API. | yes | — |
| defectdojo_url | (string) The DefectDojo base url. Example: https://defectdojo.example.com | yes | — |
| product_type | (string) The DefectDojo productType name. | yes | — |
| product | (string) The DefectDojo product name. | yes | — |
| engagement | (string) The DefectDojo engagement name. | yes | — |
| environment | (string) The DefectDojo environment name. | yes | — |
| tools | (string) The list of DefectDojo tools. Example: ( "SonarQube API Import" "Github Vulnerability Scan" "Acunetix Scan" ). | yes | — |
| sonar_projectKey | (string) SonarQube projectKey for integration Sonar with API. | — | — |
| github_token | (string) Github token for recieving Github Vulnerability Scan report. | — | — |
| github_repository | (string) Github repository name. Format: owner/repo | — | — |
| reports | (string) JSON string with report path. Example: '{"Github Vulnerability Scan": "github.json"}'. | — | — |
Outputs
| name | description |
|---|---|
| response | DefectDojo result have been published |