Skip to content

Commit

Permalink
actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
chapi authored and chapi committed Jun 6, 2023
1 parent 3b3db46 commit 3bcc853
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,19 @@ jobs:

- name: Parse Zap output and create Jira tickets
uses: Enterprise-CMCS/macfc-security-scan-report@v1.0.0
env:
with:
jira-username: ${{ secrets.JIRA_SERVICE_USERNAME }}
jira-token: ${{ secrets.JIRA_SERVICE_USER_TOKEN }}
jira-host: qmacbis.atlassian.net
jira-project-key: MDCT
jira-issue-type: Task
jira-custom-fields: '{"customfield_10007": "MDCT-2280"}'
jira-custom-fields: 'customfield_10007'
jira-epic-key: 'MDCT-2280'
jira-labels: MCR,zap
jira-title-prefix: '[MCR] - Zap :'
zap-risk-code: '2'
zap-scan-output-path: 'report_json.json'
zap-scan-output-path: '.report_json.json'

# env:
# SCAN_OUTPUT_FILE_PATH: 'report_json.json'
# ZAP_RISK_CODE: '2'
Expand Down

0 comments on commit 3bcc853

Please sign in to comment.