yamaks2306/dd-action
Uploading security report to DefectDojo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | init or upload_report | yes | — |
| url | DefectDojo URL | yes | — |
| token | DefectDojo token | yes | — |
| product_type | DefectDojo product type (for examole, project name) | — | — |
| product | DefectDojo product, default - repository name | — | ${{ github.repository }} |
| product_description | DefectDojo product description, default - github repo url | — | ${{ github.repositoryUrl }} |
| engagement_type | DefectDojo Engagement type | — | CI/CD |
| scan_type | Scan type format, default - SARIF | — | SARIF |
| engagement_id | Engagement id from init mode | — | — |
| test_title | Type of test, for example - image, config or code | — | — |
| active | Finding state, default - true | — | True |
| verified | Finding acception, default - false | — | False |
| close_old_findings | Close or not old findings, default - true | — | True |
| deduplication_on_engagement | Default True | — | True |
| file | File to upload | — | — |
Outputs
| name | description |
|---|---|
| engagement_id | DefectDojo Engagement id |
| product_id | DefectDojo Product id |
| product_type_id | DefectDojo Product type id |