Patrick J.P. Culp

Results 12 issues of Patrick J.P. Culp

Inside of the [secrets_args](https://github.com/bottlerocket-os/twoliter/blob/f6eba80d0568091daefeb3733e727fc239ddff20/tools/buildsys/src/builder.rs#L688) function, we read several variables from the environment instead of the centralized arguments in `args.rs`. As an optimization, we should remove these and leave the argument...

The only safe way to use `docker-go` is to pass a single argument to `--command`. Anything else would lead to unexpected behavior, for example `docker-go --command foo bar baz` is...

help wanted