debian-mirror-gitlab/spec/support/gitlab_stubs/gitlab_ci_dast_includes.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
264 B
YAML
Raw Normal View History

2022-08-13 15:12:31 +05:30
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"