summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--internal/app/run/runner.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/run/runner.go b/internal/app/run/runner.go
index 78bb956..ee12165 100644
--- a/internal/app/run/runner.go
+++ b/internal/app/run/runner.go
@@ -217,6 +217,7 @@ func (r *Runner) run(ctx context.Context, task *runnerv1.Task, reporter *report.
PlatformPicker: r.labels.PickPlatform,
Vars: task.Vars,
ValidVolumes: r.cfg.Container.ValidVolumes,
+ InsecureSkipTLS: r.cfg.Runner.Insecure,
}
rr, err := runner.New(runnerConfig)