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
4c048214
Commit
4c048214
authored
Apr 06, 2021
by
Greg Myers
Committed by
Russell Dickenson
Apr 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suggest debug logging when troubleshooting SAST
parent
c36cf6d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
doc/user/application_security/sast/index.md
doc/user/application_security/sast/index.md
+9
-0
No files found.
doc/user/application_security/sast/index.md
View file @
4c048214
...
...
@@ -709,6 +709,15 @@ documentation for instructions.
## Troubleshooting
### SAST debug logging
Increase the
[
Secure scanner log verbosity
](
#logging-level
)
to
`debug`
in a global CI variable to help troubleshoot SAST jobs.
```
yaml
variables
:
SECURE_LOG_LEVEL
:
"
debug"
```
### `Error response from daemon: error processing tar file: docker-tar: relocation error`
This error occurs when the Docker version that runs the SAST job is
`19.03.0`
.
...
...
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