actions-marketplace-validations/DefectDojo products
Manage Defectdojo products ( Create only )
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 API. | yes | — |
| defectdojo_url | (string) The Defectdojo base url. Example: https://defectdojo.domain.com | yes | — |
| defectdojo_endpoint | (integer) The Defectdojo product endpoint. Default: /api/v2/products/ | — | /api/v2/products/ |
| tags | (string) Tags | — | "" |
| name | (string) Name | yes | — |
| description | (string) Name | yes | — |
| prod_numeric_grade | (integer) Product numeric grade. Maximum: 2147483647 Minimum: -2147483648. | — | "" |
| business_criticality | (string) Business criticality. | — | "" |
| platform | (string) Platform. | — | — |
| lifecycle | (string) Lifecycle. | — | "" |
| origin | (string) Origin. | — | "" |
| user_records | (integer) User records. | — | "" |
| revenue | (string($decimal)) Revenue. | — | "" |
| external_audience | (boolean) External audience. Default value: false. | — | false |
| internet_accessible | (boolean) Internet accessible. Default value: false. | — | false |
| enable_simple_risk_acceptance | (boolean) Enable simple risk acceptance. Default value: false. | — | false |
| enable_full_risk_acceptance | (boolean) Enable full risk acceptance. Default value: false. | — | false |
| product_manager | (integer) Product manager. Default null. | — | "" |
| technical_contact | (integer) Technical contact. Default null. | — | "" |
| team_manager | (integer) Team manager. Default null. | — | "" |
| prod_type | (integer) Product type. | yes | — |
| regulations | (integer) uniqueItems: true. | — | "" |
Outputs
| name | description |
|---|---|
| response | DefectDojo manage product result |