Skip to content

Commit 5fe49c1

Browse files
committed
[megalinter] set REPORT_OUTPUT_FOLDER
1 parent fae4633 commit 5fe49c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

megalinter/src/dagger/jobs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export async function lint(
2929
.from("oxsecurity/megalinter:v7")
3030
.withDirectory("/app", context)
3131
.withEnvVariable("DEFAULT_WORKSPACE", "/app")
32+
.withEnvVariable("REPORT_OUTPUT_FOLDER", "/app/megalinter-reports")
3233
.withWorkdir("/app");
3334

3435
await ctr.stdout();

0 commit comments

Comments
 (0)