Skip to content

Commit

Permalink
snyk version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
araya authored and araya committed Sep 7, 2023
1 parent 71225b4 commit eee172f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scan_snyk-jira-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: use the custom github action to parse Snyk output
uses: Enterprise-CMCS/macfc-security-scan-report@v2.6.0
uses: Enterprise-CMCS/macfc-security-scan-report@v2.7.0
with:
jira-username: ${{ secrets.JIRA_SERVICE_USERNAME }}
jira-token: ${{ secrets.JIRA_SERVICE_USER_TOKEN }}
Expand All @@ -52,6 +52,7 @@ jobs:
jira-custom-field-key-value: '{ "customfield_10007" : "MDCT-2280", "customfield_14154" : [{"id": "16955", "value": "CARTS"}] }'
jira-labels: "CARTS,snyk"
jira-title-prefix: "[CARTS] - Snyk :"
is_jira_enterprise: false
assign-jira-ticket-to: ${{ secrets.ACCOUNT_ID_REHMAN }}
scan-output-path: "snyk_output.txt"
scan-type: "snyk"

0 comments on commit eee172f

Please sign in to comment.