Commit 739f9cca authored by Matija Čupić's avatar Matija Čupić

Merge branch '329128-update-image-dastapi' into 'master'

Use SECURE_ANALYZERS_PREFIX in DAST API image URL

See merge request gitlab-org/gitlab!60308
parents 3d864caf a6b3fe1e
---
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