diff --git a/.github/workflows/checkmarx.yml b/.github/workflows/checkmarx.yml index 616d54d..2e24a59 100644 --- a/.github/workflows/checkmarx.yml +++ b/.github/workflows/checkmarx.yml @@ -25,15 +25,15 @@ jobs: - uses: actions/checkout@v2 - name: Checkmarx CxFlow Action - uses: checkmarx-ts/checkmarx-cxflow-github-action@v2.1 - #env: + uses: itsKedar/checkmarx-cxflow-github-action@a1b5819d73ce07f251148e89b37e615cdef67199 + env: #SCA_SCARESOLVERADDPARAMETERS_CUSTOM-PARAMETER : "--gradle-parameters=-Paws.codeartifact.username=${{ github.repository_owner }} -Paws.codeartifact.token=${{ github.repository_owner }}" #SCA_SCARESOLVERADDPARAMETERS_LOG-LEVEL : Debug #JIRA_FIELDS_0_JIRA_DEFAULT_VALUE : APPSEC-2371 #JIRA_FIELDS_0_JIRA_FIELD_NAME : "Epic Link" #JIRA_FIELDS_0_JIRA_FIELD_TYPE : text #JIRA_FIELDS_0_TYPE : static - #PROJECT_CUSTOM_FIELD : '"test":"kedar bhujade"' + CXFLOW_PROJECTCUSTOMFIELD : "git:git test,kedar:bhujade,test:test1" with: project: ${{ github.repository }}-PR team: ${{ secrets.CHECKMARX_TEAMS }}