Skip to content

Commit

Permalink
custom field
Browse files Browse the repository at this point in the history
  • Loading branch information
araya authored and araya committed Jul 12, 2023
1 parent 1e32219 commit 4dc3d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
snyk_nightly_run:
name: Snyk Nightly Run (for nightly cron with JIRA)
runs-on: ubuntu-latest
if: github.event_name == 'schedule' || 'push'
if: github.event_name == 'schedule'
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ 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": "MCR"}] }'
jira-custom-field-key-value: '{ "customfield_10007" : "MDCT-2280", "customfield_14154" : "MCR" }'
jira-labels: 'MCR,snyk'
jira-title-prefix: '[MCR] - Snyk :'
scan-output-path: 'snyk_output.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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" : "MCR" }'
jira-custom-field-key-value: '{ "customfield_14154" : "MCR" }'
jira-labels: 'MCR,zap'
jira-title-prefix: '[MCR] - Zap :'
zap-risk-code: '2'
Expand Down

0 comments on commit 4dc3d40

Please sign in to comment.