Skip to content

Commit

Permalink
Update checkmarx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKedar authored Aug 6, 2024
1 parent a4efc4c commit c73a5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkmarx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
JIRA_FIELDS_0_JIRA_FIELD_NAME : "Epic Link"
JIRA_FIELDS_0_JIRA_FIELD_TYPE : text
JIRA_FIELDS_0_TYPE : static
PROJECT_CUSTOM_FIELDS : "test : kedar bhujade"
PROJECT_CUSTOM_FIELDS : '"test":"kedar bhujade"'
with:
project: ${{ github.repository }}-PR
team: ${{ secrets.CHECKMARX_TEAMS }}
Expand All @@ -43,7 +43,7 @@ jobs:
checkmarx_client_secret: ${{ secrets.CHECKMARX_CLIENT_SECRET }}
scanners: sast
incremental: false
#extra_certificates: .
extra_certificates: .
break_build: true
preset: 'Checkmarx Default'
bug_tracker: WAIT
Expand Down

0 comments on commit c73a5f3

Please sign in to comment.