Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
araya committed Nov 15, 2023
1 parent da41d93 commit 7572553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan_security-hub-jira-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
role-to-assume: ${{ secrets.PRODUCTION_SYNC_OIDC_ROLE }}
role-to-assume: ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}

- name: Sync Security Hub and Jira
uses: Enterprise-CMCS/[email protected]
Expand All @@ -31,7 +31,7 @@ jobs:
jira-username: ${{ secrets.JIRA_TEMP_USERNAME }}
jira-host: jiraent.cms.gov
jira-project-key: CMDCT
jira-epic-key: CMDCT-2280
jira-custom-fields: '{ "customfield_10100": "CMDCT-2280" }'
jira-ignore-statuses: Done, Closed, Canceled
# jira-custom-fields: '{ "customfield_14154" : [{"id": "16958", "value": "MCR"}] }'
aws-severities: CRITICAL, HIGH, MEDIUM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_snyk-jira-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
jira-host: "jiraent.cms.gov"
jira-project-key: "CMDCT"
jira-issue-type: "Task"
jira-custom-field-key-value: '{ "customfield_10100": "CMDCT-2280" }'
jira-custom-fields:: '{ "customfield_10100": "CMDCT-2280" }'
jira-labels: "MCR,snyk"
jira-title-prefix: "[MCR] - Snyk :"
is_jira_enterprise: true
Expand Down

0 comments on commit 7572553

Please sign in to comment.