Alex Collins

Results 131 issues of 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)...

bug
security

I would expect an error to to be a failure:: https://golangci.com/r/github.com/argoproj/argo/pulls/2025 ![Screen Shot 2020-01-21 at 12 20 39 PM](https://user-images.githubusercontent.com/1142830/72840127-736c2300-3c48-11ea-8a3a-633760ab3e74.png)

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...

type/tech-debt
area/controller
area/suspend-resume
area/shutdown

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() ```...

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.

workaround