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
948a721d
Commit
948a721d
authored
Aug 20, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'da/enable-dast-using-template' into 'master'
Enable DAST See merge request gitlab-org/gitlab-ce!31970
parents
8b1efef3
879c25d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+10
-0
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
948a721d
...
...
@@ -2,6 +2,7 @@ include:
-
template
:
Code-Quality.gitlab-ci.yml
-
template
:
Security/SAST.gitlab-ci.yml
-
template
:
Security/Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/DAST.gitlab-ci.yml
code_quality
:
extends
:
.dedicated-no-docs
...
...
@@ -24,3 +25,12 @@ dependency_scanning:
tags
:
[]
before_script
:
[]
cache
:
{}
dast
:
extends
:
.dedicated-no-docs
stage
:
qa
dependencies
:
-
review-deploy
before_script
:
-
export DAST_WEBSITE="$(cat review_app_url.txt)"
cache
:
{}
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