GitHub Security Alerts for Jira #699
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub Security Alerts for Jira | |
on: | |
schedule: | |
- cron: '0 */6 * * *' | |
jobs: | |
syncSecurityAlerts: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sync GitHub Security Alerts with Jira | |
uses: reload/[email protected] | |
env: | |
GH_SECURITY_TOKEN: ${{ secrets.GitHubSecurityToken }} | |
JIRA_TOKEN: ${{ secrets.JiraApiToken }} | |
JIRA_HOST: https://catalystsoftware.atlassian.net/ | |
JIRA_USER: [email protected] | |
JIRA_PROJECT: CAT | |
JIRA_ISSUE_TYPE: Security & Vulnerabilities | |
JIRA_RESTRICTED_GROUP: Developers | |
JIRA_RESTRICTED_COMMENT_ROLE: Contributors |