jreker/owas-depcheck-issue-create-action
This is a github action that creates an issue based on owas dependency check report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token with repo scope | yes | — |
| issue-labels | Comma-separated list of labels for the issue | no | — |
| minimum-severity | The entries with this severity or above will be shown inside the issue. | yes | — |
| report-file | The filepath of the json report relative to the project folder. | yes | — |
| issue-name | The Name of the Issue will be merged with the default name "Vulnerability Report <<issue-name>> Found 40" | no | — |
Outputs
| name | description |
|---|---|
| issue-url | URL of the created issue |