We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a32abd commit f3731dbCopy full SHA for f3731db
ci/main.go
@@ -172,7 +172,7 @@ func (m *Ci) CiIntegration(
172
// lint container
173
LintContainer: lintContainer,
174
// lint report directory name "lint/lint.json"
175
- LintReportDir: "/lint",
+ LintReportDir: "/mnt/lint",
176
// sast container
177
SastContainer: sastContainer,
178
// security scan report directory name "/app/sast/brakeman-output.tabs"
0 commit comments