Commit 239a5fb0 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-secure-debug-logs' into 'master'

Add SECURE_LOG_LEVEL to appsec user docs troubleshooting section

See merge request gitlab-org/gitlab!68679
parents 14bd84e5 ea634b8b
......@@ -337,6 +337,16 @@ For more details about which findings or vulnerabilities you can view in each of
## Troubleshooting
### Secure job failing with exit code 1
If a Secure job is failing and it's unclear why, add `SECURE_LOG_LEVEL: "debug"` as a global CI/CD variable for
more verbose output that is helpful for troubleshooting.
```yaml
variables:
SECURE_LOG_LEVEL: "debug"
```
### Outdated security reports
When a security report generated for a merge request becomes outdated, the merge request shows a warning
......
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