Skip to content

Commit f3731db

Browse files
committed
fix lint dir
1 parent 3a32abd commit f3731db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func (m *Ci) CiIntegration(
172172
// lint container
173173
LintContainer: lintContainer,
174174
// lint report directory name "lint/lint.json"
175-
LintReportDir: "/lint",
175+
LintReportDir: "/mnt/lint",
176176
// sast container
177177
SastContainer: sastContainer,
178178
// security scan report directory name "/app/sast/brakeman-output.tabs"

0 commit comments

Comments
 (0)