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
f2b40989
Commit
f2b40989
authored
Apr 19, 2021
by
Avielle Wolfe
Committed by
Matija Čupić
Apr 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that a stage has to be added to run DAST in .gitlab-ci.yml
parent
a4e055aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
doc/user/application_security/dast/index.md
doc/user/application_security/dast/index.md
+7
-0
lib/gitlab/ci/templates/Security/DAST.latest.gitlab-ci.yml
lib/gitlab/ci/templates/Security/DAST.latest.gitlab-ci.yml
+13
-0
No files found.
doc/user/application_security/dast/index.md
View file @
f2b40989
...
...
@@ -72,6 +72,13 @@ To include the DAST template:
For more information about template versioning, see the
[
CI/CD documentation
](
../../../development/cicd/templates.md#latest-version
)
.
1.
Add a
`dast`
stage to your GitLab CI stages configuration:
```yaml
stages:
- dast
```
1.
Add the template to GitLab, based on your version of GitLab:
-
In GitLab 11.9 and later,
[
include
](
../../../ci/yaml/README.md#includetemplate
)
...
...
lib/gitlab/ci/templates/Security/DAST.latest.gitlab-ci.yml
View file @
f2b40989
# To use this template, add the following to your .gitlab-ci.yml file:
#
# include:
# template: DAST.latest.gitlab-ci.yml
#
# You also need to add a `dast` stage to your `stages:` configuration. A sample configuration for DAST:
#
# stages:
# - build
# - test
# - deploy
# - dast
# Read more about this feature here: https://docs.gitlab.com/ee/user/application_security/dast/
# Configure the scanning tool through the environment variables.
...
...
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