Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKedar authored Sep 19, 2024
1 parent 21abae3 commit 5700e75
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@ inputs:
required: false
description: 'Jira Closed Status'
default: ''
#######CLI Parameters ###########
project_custom_field:
required: false
description: 'checkmarx project custom field'
default: ''
scan_custom_field:
required: false
description: 'checkmarx scan custom field'
default: ''

runs:
using: 'docker'
Expand Down Expand Up @@ -179,6 +188,8 @@ runs:
- ${{ inputs.jira_close_transition }}
- ${{ inputs.jira_open_status }}
- ${{ inputs.jira_closed_status }}
- ${{ inputs.project_custom_field }}
- ${{ inputs.scan_custom_field }}

env:
TEAM: "${{ inputs.team }}"
Expand Down Expand Up @@ -215,6 +226,8 @@ runs:
JIRA_CLOSE_TRANSITION: ${{ inputs.jira_close_transition }}
JIRA_OPEN_STATUS: ${{ inputs.jira_open_status }}
JIRA_CLOSED_STATUS: ${{ inputs.jira_closed_status }}
PROJECT_CUSTOM_FIELD : ${{ inputs.project_custom_field }}
SCAN_CUSTOM_FIELD: ${{ inputs.scan_custom_field }}

branding:
icon: 'check'
Expand Down

0 comments on commit 5700e75

Please sign in to comment.