From 9833b1776ee0a774ffabeaefd16d88258376ab00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Kacs=C3=A1ndi?= Date: Mon, 22 Jul 2024 16:16:34 +0200 Subject: [PATCH] revert(plugin): add OutputFile back --- plugins/runner/internal/runtimehandler/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/runner/internal/runtimehandler/types.go b/plugins/runner/internal/runtimehandler/types.go index 3fa26098d..87e17d255 100644 --- a/plugins/runner/internal/runtimehandler/types.go +++ b/plugins/runner/internal/runtimehandler/types.go @@ -44,6 +44,7 @@ type PluginRuntimeHandler interface { func WithOverrides(c plugintypes.Config) plugintypes.Config { return plugintypes.Config{ InputDir: RemoteScanInputDirOverride, + OutputFile: c.OutputFile, ScannerConfig: c.ScannerConfig, TimeoutSeconds: c.TimeoutSeconds, }