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
04c39afc
Commit
04c39afc
authored
Feb 06, 2020
by
Zach Rice
Committed by
Achilleas Pipinellis
Feb 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update application security sast secrets note
parent
043a8dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/user/application_security/sast/index.md
doc/user/application_security/sast/index.md
+6
-0
No files found.
doc/user/application_security/sast/index.md
View file @
04c39afc
...
...
@@ -454,6 +454,12 @@ CI/CD configuration file to turn it on. Results are available in the SAST report
GitLab currently includes
[
Gitleaks
](
https://github.com/zricethezav/gitleaks
)
and
[
TruffleHog
](
https://github.com/dxa4481/truffleHog
)
checks.
NOTE:
**Note:**
The secrets analyzer will ignore "Password in URL" vulnerabilities if the password begins
with a dollar sign (
`$`
) as this likely indicates the password being used is an environment
variable. For example,
`https://username:$password@example.com/path/to/repo`
will not be
detected, whereas
`https://username:password@example.com/path/to/repo`
would be detected.
## Security Dashboard
The Security Dashboard is a good place to get an overview of all the security
...
...
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