Commit 4c048214 authored by Greg Myers's avatar Greg Myers Committed by Russell Dickenson

Suggest debug logging when troubleshooting SAST

parent c36cf6d0
...@@ -709,6 +709,15 @@ documentation for instructions. ...@@ -709,6 +709,15 @@ documentation for instructions.
## Troubleshooting ## 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` ### `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`. 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