dehaat/Dependapager
A workflow action to send you weekly dependabot alerts to slack and create Jira tickets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_personal_token | Github Personal Token to Query github for dependabot alerts | yes | — |
| slack_token | Slack Bot Token to Send Alerts | yes | — |
| channel | Slack Channel to Send the Alerts Too | yes | — |
| jira_token | Token Required for quering JIRA REST API | yes | — |
| jira_url | Your Organizations Jira Cloud URL | yes | — |
| jira_useremail | Email id of the user associated with the token | yes | — |
| jira_project_key | The Project Key for which Jira Tickets are created | yes | — |
| jira_issue_type | Issue Type As Task or Epic or INC | yes | — |
Outputs
| name | description |
|---|---|
| total_alerts | Total Open Alerts |
| critical_alerts | Open Critical Alerts |
| high_alerts | Open High Alertss |
| moderate_alerts | Open Moderate Alerts |
| low_alerts | Open Lower Alerts |