[SAST-6076] Fix SimID calculation issue caused by conflicting source files in temp folder #244
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AST scan | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
schedule: | |
- cron: '30 9 * * 1' | |
jobs: | |
ast-scan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 | |
- name: Checkmarx AST Github Action | |
uses: checkmarx/ast-github-action@749fec53e0db0f6404a97e2e0807c3e80e3583a7 # v2.0.23 | |
with: | |
base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }} | |
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }} | |
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }} | |
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }} | |
additional_params: --tags AceOfSpades --project-groups sast-and-engines/sast/languages-and-frameworks/aceofspades --threshold "sast-high=1;sast-medium=1;sast-low=1;sca-high=1;sca-medium=1;sca-low=1;iac-security-high=1;iac-security-medium=1;iac-security-low=1;" |