frituurpanda/Dependabot Jira Advanced
Create a Jira ticket of a configurable type when a dependabot with big impact is created.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 18, 2024
- License
- None
Pinned Snippet
uses: frituurpanda/dependabot-jira-advanced@e896647e6384c6eff7ecddf40fdc74c90bcb036e # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pat_token | The github personal access token. | yes | — |
| jira_base_url | The base url of jira. | yes | — |
| jira_user_email | The email of jira user to open the bug. | yes | — |
| jira_api_token | The api token of jira of the user. | yes | — |
| jira_project | The jira project that the bug will be opened. | yes | — |
| jira_issue_type | The jira ticket issue type. | yes | Security |
| jira_field | The jira ticket field. | yes | Components |
| jira_field_value | The jira ticket field value. | yes | engineering |
| cvss_threshold | The CVSS threshold that triggers jira ticket creation. | yes | 9.0 |
Outputs
no outputs