We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982e5d8 commit 1e43f13Copy full SHA for 1e43f13
1 file changed
.github/workflows/dependabot.yml
@@ -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