Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a6b3fe1e
Commit
a6b3fe1e
authored
Apr 27, 2021
by
Michael Eddington
Committed by
Matija Čupić
Apr 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use SECURE_ANALYZERS_PREFIX in DAST API image URL
parent
4badc4a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/changelogs/unreleased/329128-update-image-dastapi.yml
ee/changelogs/unreleased/329128-update-image-dastapi.yml
+5
-0
lib/gitlab/ci/templates/Security/DAST.latest.gitlab-ci.yml
lib/gitlab/ci/templates/Security/DAST.latest.gitlab-ci.yml
+1
-1
No files found.
ee/changelogs/unreleased/329128-update-image-dastapi.yml
0 → 100644
View file @
a6b3fe1e
---
title
:
Use SECURE_ANALYZERS_PREFIX in DAST API image URL
merge_request
:
60308
author
:
type
:
changed
lib/gitlab/ci/templates/Security/DAST.latest.gitlab-ci.yml
View file @
a6b3fe1e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment