Skip to content

Commit

Permalink
Update checkmarx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKedar authored Mar 14, 2024
1 parent f24167b commit ff484a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checkmarx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Maven
uses: stCarolas/setup-maven@v5
- name: Setup Node.js environment
uses: actions/setup-[email protected]

- name: Checkmarx CxFlow Action
uses: checkmarx-ts/[email protected]
env:
SCA_SCARESOLVERADDPARAMETERS_CUSTOM-PARAMETER : ${{ secrets.GRADLE }}
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"
Expand Down

0 comments on commit ff484a2

Please sign in to comment.