include:
  template: Container-Scanning.gitlab-ci.yml
  template: SAST.gitlab-ci.yml

container_scanning:
  tags: [secure_report_project-with-scan-result-policy-089cc6a3e044f4a0]
  only: null # Template defaults to feature branches only
  variables:
    GIT_STRATEGY: fetch # Template defaults to none, which stops fetching the premade report
  script:
    - echo "Skipped"
  artifacts:
    reports:
      container_scanning: gl-container-scanning-report.json