Skip to content

Commit

Permalink
ci: Security/GitHub jira integration (#29776)
Browse files Browse the repository at this point in the history
Co-authored-by: B. Cestari <[email protected]>
  • Loading branch information
xxxmadxxx and brunobcestari authored Sep 28, 2023
1 parent 5f81a0f commit f3118c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/vulnerabilities-jira-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Github vulnerabilities and jira board integration

on:
schedule:
- cron: '0 1 * * *'

jobs:
IntegrateSecurityVulnerabilities:
runs-on: ubuntu-latest
steps:
- name: "Github vulnerabilities and jira board integration"
uses: RocketChat/[email protected]
env:
JIRA_URL: https://rocketchat.atlassian.net/
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
JIRA_EMAIL: [email protected]
JIRA_PROJECT_ID: GJIT
UID_CUSTOMFIELD_ID: customfield_10059
JIRA_COMPLETE_PHASE_ID: 31
JIRA_START_PHASE_ID: 11

0 comments on commit f3118c7

Please sign in to comment.