Skip to content

Commit

Permalink
update auto-assign, cron job, and file name
Browse files Browse the repository at this point in the history
  • Loading branch information
braxex committed Aug 22, 2023
1 parent 3ddf57a commit 86db3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync Security Hub findings and Jira issues
on:
workflow_dispatch: # for testing and manual runs
schedule:
- cron: "25 1 * * *" # daily at 6:25 am EST
- cron: "0 6 * * *" # daily at 0600 UTC

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: "0 4 * * *" # run every day at midnight
- cron: "0 6 * * *" # daily at 0600 UTC

permissions:
id-token: write
Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
jira-host: "qmacbis.atlassian.net"
jira-project-key: "MDCT"
jira-issue-type: "Task"
jira-custom-field-key-value: '{ "customfield_10007" : "MDCT-2280", "customfield_14154" : [{"id": "16958", "value": "CARTS"}] }'
jira-custom-field-key-value: '{ "customfield_10007" : "MDCT-2280", "customfield_14154" : [{"id": "16955", "value": "CARTS"}] }'
jira-labels: "CARTS,snyk"
jira-title-prefix: "[CARTS] - Snyk :"
assign-jira-ticket-to: "620e936fa715c6006914c7d2" # pragma: allowlist secret (Jira user ID for Rehman)
assign-jira-ticket-to: "6268ac54d364ae006809a489" # pragma: allowlist secret (Jira user ID for Rehman)
scan-output-path: "snyk_output.txt"
scan-type: "snyk"

0 comments on commit 86db3bc

Please sign in to comment.