Skip to content

Commit 1e43f13

Browse files
authored
Create dependabot.yml
1 parent 982e5d8 commit 1e43f13

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: GitHub Security Alerts for Jira
2+
3+
on:
4+
schedule:
5+
- cron: '0 2 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
syncSecurityAlerts:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: "Sync security alerts to Jira issues"
13+
uses: reload/github-security-jira@v1.x
14+
env:
15+
GH_SECURITY_TOKEN: ${{ secrets.GH_SECURITY_TOKEN }}
16+
JIRA_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
17+
JIRA_HOST: https://radixiot.atlassian.net
18+
JIRA_USER: ${{ secrets.JIRA_API_EMAIL }}
19+
JIRA_ISSUE_TYPE: Security
20+
JIRA_ISSUE_LABELS: Dependabot
21+
JIRA_PROJECT: RAD
22+
JIRA_WATCHERS: benjamin.perez@radixiot.com

0 commit comments

Comments
 (0)