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

gitlab_ci_dast_includes.yml « gitlab_stubs « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 583d44c452effecbcbc7fba09b76fb2b1a8e9ac2 (plain)
1
2
3
4
5
6
7
8
9
10
dast:
  stage: dast
  image:
    name: "$SECURE_ANALYZERS_PREFIX/dast:$DAST_VERSION"
  variables:
    GIT_STRATEGY: none
  allow_failure: true
  dast_configuration:
    site_profile: "site_profile_name_included"
    scanner_profile: "scanner_profile_name_included"