Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DAST-Runner-Validation.gitlab-ci.yml « Security « templates « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b6af37977e65eb07313078fed6a28d34eabc377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Security/DAST-Runner-Validation.gitlab-ci.yml

stages:
  - build
  - test
  - deploy
  - dast

variables:
  DAST_RUNNER_VALIDATION_VERSION: 1

validation:
  stage: dast
  image:
    name: "$CI_TEMPLATE_REGISTRY_HOST/security-products/dast-runner-validation:$DAST_RUNNER_VALIDATION_VERSION"
  variables:
    GIT_STRATEGY: none
  allow_failure: false
  script:
    - ~/validate.sh