Skip to content

Commit

Permalink
specify
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Dec 6, 2024
1 parent 1e43052 commit 8460f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkmarx-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cx_tenant: ${{ secrets.cx_tenant }}
cx_client_id: ${{ secrets.cx_client_id }}
cx_client_secret: ${{ secrets.cx_client_secret }}
additional_params: --tags "${{ github.base_ref || github.ref_name }},tags" --project-tags "${{ github.base_ref || github.ref_name }},project-tags" --project-name "${{ inputs.module_name }}" --file-source "${{ inputs.module_directory }}" --file-filter "!**/test*/**,!**/features/**" --sast-incremental
additional_params: --tags "${{ github.base_ref || github.ref_name }},tags" --project-tags "${{ github.base_ref || github.ref_name }},project-tags" --project-name "${{ inputs.module_name }}" --file-source "${{ inputs.module_directory }}" --file-filter "!**/test*/**,!**/features/**" --scan-type "sast,iac-security,sca,api-security" --sast-incremental

create-jira-checkmarx-ticket:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 8460f07

Please sign in to comment.