diff --git a/pipeline/dist/dist.go b/pipeline/dist/dist.go index 72eb1a31a..631669f3e 100644 --- a/pipeline/dist/dist.go +++ b/pipeline/dist/dist.go @@ -49,5 +49,6 @@ func (Pipe) Run(ctx *context.Context) (err error) { } func mkdir(ctx *context.Context) error { + // #nosec return os.MkdirAll(ctx.Config.Dist, 0755) }