Alex Collins
Alex Collins
When you pull a resource down, you should check the resources hash against a known good value, in case the third-party is compromised and an attacker replaces the resource (Javascript)...
I would expect an error to to be a failure:: https://golangci.com/r/github.com/argoproj/argo/pulls/2025 
How can I convert the "greet" example into a lib please? This does not work: ```java import org.projectnessie.cel.EnvOption; import org.projectnessie.cel.Library; import org.projectnessie.cel.ProgramOption; import org.projectnessie.cel.checker.Decls; import org.projectnessie.cel.interpreter.functions.Overload; import java.util.List; import static...
# Summary Only the workflow controller should be able to change a workflow. # Motivation All these operations can result in invalid state one large workflows because they update the...
If you want to change many environment variables at once you need to give them all. It is verbose. It might be nice to have .env files imported, e.g. “kit...
I would be good to be able to conditionally run tasks. This would be a bit like Github actions, e.g.` ```yaml - name: foo command: sh script if: success() ```...
Profiles
I’d like to be able to label a task with one of more profiles and the run ‘kit -p profile-1 up’ so it only runs those tasks.