Sast

# Override the SAST Jobs
semgrep-sast:
  tags: [ saas-linux-medium-amd64 ]
  artifacts:
    paths:
      - semgrep.gl-sast-report.json
    reports:
      sast: gl-sast-report.json
  after_script:
    - cp gl-sast-report.json semgrep.gl-sast-report.json

nodejs-scan-sast:
  tags: [ saas-linux-medium-amd64 ]
  artifacts:
    paths:
      - nodejs-scan.gl-sast-report.json
    reports:
      sast: gl-sast-report.json
  after_script:
    - cp gl-sast-report.json nodejs-scan.gl-sast-report.json