diff --git a/lib/tasks/test_security.rake b/lib/tasks/test_security.rake index 424e8b2b8d9..73d4f5b54cd 100644 --- a/lib/tasks/test_security.rake +++ b/lib/tasks/test_security.rake @@ -65,6 +65,7 @@ namespace :test do exit $?.exitstatus unless system(cmd) end + desc "Run yarn npm audit with the specified report format ('human' or 'json')" task :yarn_audit, :format do |_, args| format = args.fetch(:format, "human")