Commit a6b3fe1e authored by Michael Eddington's avatar Michael Eddington Committed by Matija Čupić

Use SECURE_ANALYZERS_PREFIX in DAST API image URL

parent 4badc4a8
---
title: Use SECURE_ANALYZERS_PREFIX in DAST API image URL
merge_request: 60308
author:
type: changed
......@@ -24,7 +24,7 @@ variables:
SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers"
#
DAST_API_VERSION: "1"
DAST_API_IMAGE: registry.gitlab.com/gitlab-org/security-products/analyzers/api-fuzzing:${DAST_API_VERSION}-engine
DAST_API_IMAGE: $SECURE_ANALYZERS_PREFIX/api-fuzzing:$DAST_API_VERSION
dast:
stage: dast
......
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