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