We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae4633 commit 5fe49c1Copy full SHA for 5fe49c1
megalinter/src/dagger/jobs.ts
@@ -29,6 +29,7 @@ export async function lint(
29
.from("oxsecurity/megalinter:v7")
30
.withDirectory("/app", context)
31
.withEnvVariable("DEFAULT_WORKSPACE", "/app")
32
+ .withEnvVariable("REPORT_OUTPUT_FOLDER", "/app/megalinter-reports")
33
.withWorkdir("/app");
34
35
await ctr.stdout();
0 commit comments