From 090365b8de1c92e5a5362aff2bef7b30a490bfec Mon Sep 17 00:00:00 2001 From: Joe Stewart Date: Fri, 2 Feb 2024 15:48:51 -0500 Subject: [PATCH] working dir defaults to null --- doc/tasks/securitychecker/composeraudit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tasks/securitychecker/composeraudit.md b/doc/tasks/securitychecker/composeraudit.md index 8bb959ea..0da96d56 100644 --- a/doc/tasks/securitychecker/composeraudit.md +++ b/doc/tasks/securitychecker/composeraudit.md @@ -15,7 +15,7 @@ grumphp: locked: true no_dev: false run_always: false - working_dir: ./ + working_dir: null ``` **format** @@ -44,6 +44,6 @@ When this option is set to `false`, the task will only run when the `composer.lo **working_dir** -*Default: ./* +*Default: null If your `composer.lock` file is located in an exotic location, you can specify the location with this option. By default, the task will try to load a `composer.lock` file in the current directory. \ No newline at end of file