-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.