When executing a GitLab job that collects verbose (Documentation Index
Fetch the complete documentation index at: https://semgrep-ee9d73d8-mintlify-cd531cd2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
-v) or debug (--debug)
logs from Semgrep, you may see the following error message:
Solution: Save the log as an artifact
You can save larger log files usingartifacts to create a job artifact from the log file.
To do that:
- Update the
semgrep cicommand to redirect logs to a file:semgrep ci --debug &> semgrep.log. - Add the resulting log file to the
artifactssection of the CI configuration.