Skip to content

Commit f3118c7

Browse files
ci: Security/GitHub jira integration (#29776)
Co-authored-by: B. Cestari <[email protected]>
1 parent 5f81a0f commit f3118c7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Github vulnerabilities and jira board integration
2+
3+
on:
4+
schedule:
5+
- cron: '0 1 * * *'
6+
7+
jobs:
8+
IntegrateSecurityVulnerabilities:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: "Github vulnerabilities and jira board integration"
12+
uses: RocketChat/[email protected]
13+
env:
14+
JIRA_URL: https://rocketchat.atlassian.net/
15+
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
17+
JIRA_EMAIL: [email protected]
18+
JIRA_PROJECT_ID: GJIT
19+
UID_CUSTOMFIELD_ID: customfield_10059
20+
JIRA_COMPLETE_PHASE_ID: 31
21+
JIRA_START_PHASE_ID: 11
22+

0 commit comments

Comments
 (0)