Commit 2af94e1f authored by Rémy Coutable's avatar Rémy Coutable

ci: Rename wronly named CI key

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ffdeadff
......@@ -3,7 +3,7 @@
- prm
# For scheduling dast job
extends:
- .reports:schedule-dast
- .reports:rules:schedule-dast
image:
name: "registry.gitlab.com/gitlab-org/security-products/dast:$DAST_VERSION"
resource_group: dast_scan
......
......@@ -143,7 +143,7 @@ dependency_scanning gemnasium-python:
# See https://gitlab.com/gitlab-com/gl-security/security-research/package-hunter
package_hunter:
extends:
- .reports:schedule-dast
- .reports:rules:schedule-dast
stage: test
image:
name: registry.gitlab.com/gitlab-com/gl-security/security-research/package-hunter-cli:latest
......
......@@ -988,7 +988,7 @@
when: manual
allow_failure: true
.reports:schedule-dast:
.reports:rules:schedule-dast:
rules:
- if: '$DAST_DISABLED || $GITLAB_FEATURES !~ /\bdast\b/'
when: never
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment