debian-mirror-gitlab/spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml
2022-08-13 15:12:31 +05:30

10 lines
No EOL
264 B
YAML

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"