Commit 6022e625 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-sast-debug-log-troubleshooting' into 'master'

Suggest debug logging when troubleshooting SAST

See merge request gitlab-org/gitlab!58538
parents c36cf6d0 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`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment