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
f17711a3
Commit
f17711a3
authored
Apr 22, 2020
by
Craig Smith
Committed by
Russell Dickenson
Apr 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add DAST optimization section to DAST docs
parent
bc2294e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/user/application_security/dast/index.md
doc/user/application_security/dast/index.md
+11
-0
No files found.
doc/user/application_security/dast/index.md
View file @
f17711a3
...
...
@@ -608,6 +608,17 @@ Each scenario can be a third-level heading, e.g. `### Getting error message X`.
If you have none to add when creating a doc, leave this section in place
but commented out to help encourage others to add to it in the future. -->
## Optimizing DAST
By default, DAST will download all artifacts defined by previous jobs in the pipeline. If
your DAST job does not rely on
`environment_url.txt`
to define the URL under test or any other files created
in previous jobs, we recommend you don't download artifacts. To avoid downloading artifacts, add the following to your
`gitlab-ci.yml`
file:
```
json
dast:
dependencies:
[]
```
## Troubleshooting
### Running out of memory
...
...
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