Skip to content

Commit db80060

Browse files
committed
[megalinter] set default workspace
1 parent 6f75a0f commit db80060

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
@@ -28,6 +28,7 @@ export async function lint(
2828
.container()
2929
.from("oxsecurity/megalinter:v7")
3030
.withDirectory("/app", context)
31+
.withEnvVariable("DEFAULT_WORKSPACE", "/app")
3132
.withWorkdir("/app");
3233

3334
await ctr.stdout();

0 commit comments

Comments
 (0)