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
bef4319b
Commit
bef4319b
authored
Sep 09, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update yaml codeblocks with yamllint
parent
a4fe586d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
78 additions
and
78 deletions
+78
-78
doc/user/application_security/api_fuzzing/index.md
doc/user/application_security/api_fuzzing/index.md
+71
-71
doc/user/application_security/dast/index.md
doc/user/application_security/dast/index.md
+3
-3
doc/user/application_security/sast/index.md
doc/user/application_security/sast/index.md
+4
-4
No files found.
doc/user/application_security/api_fuzzing/index.md
View file @
bef4319b
...
...
@@ -606,7 +606,7 @@ Example profile definition:
```
yaml
Profiles
:
-
Name
:
Quick-10
-
Name
:
Quick-10
DefaultProfile
:
Quick
Routes
:
-
Route
:
*Route0
...
...
@@ -632,7 +632,7 @@ Profiles:
To turn off the General Fuzzing Check you can remove these lines:
```
yaml
-
Name
:
GeneralFuzzingCheck
-
Name
:
GeneralFuzzingCheck
Configuration
:
FuzzingCount
:
10
UnicodeFuzzing
:
true
...
...
@@ -671,7 +671,7 @@ This example shows the FormBody Fuzzing Check:
```
yaml
Checks
:
-
Name
:
FormBodyFuzzingCheck
-
Name
:
FormBodyFuzzingCheck
Configuration
:
FuzzingCount
:
30
UnicodeFuzzing
:
true
...
...
@@ -688,7 +688,7 @@ example provides only the other two Assertions (`LogAnalysisAssertion`,
```
yaml
Profiles
:
-
Name
:
Quick-10
-
Name
:
Quick-10
DefaultProfile
:
Quick
Routes
:
-
Route
:
*Route0
...
...
doc/user/application_security/dast/index.md
View file @
bef4319b
doc/user/application_security/sast/index.md
View file @
bef4319b
...
...
@@ -523,13 +523,13 @@ For details on saving and transporting Docker images as a file, see Docker's doc
Add the following configuration to your
`.gitlab-ci.yml`
file. You must replace
`SECURE_ANALYZERS_PREFIX`
to refer to your local Docker container registry:
```
yaml
```
yaml
include
:
-
template
:
SAST.gitlab-ci.yml
variables
:
SECURE_ANALYZERS_PREFIX
:
"
localhost:5000/analyzers"
```
```
The SAST job should now use local copies of the SAST analyzers to scan your code and generate
security reports without requiring internet access.
...
...
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