6543
6543
well sorry that we dont come allong to review it ... @pboguslawski what realy would help us is some docker-compose with such an auth-proxy in it ... or an easy...
``` image: woodpeckerci/plugin-git commands: - echo ${SECRET} | base58 ``` -> it's a trusted image -> secret is leaked (you just have to decode it again) I dont like to...
bounty: 50$
drone did something similar with its new pipeline config format: https://github.com/go-gitea/gitea/blob/7815f244d6254f85fca439b0bbfaf63c0e263ea4/.drone.yml#L5-L13 for expressions I would say we should not do that, instead add support for **Starlark** as it's already in...
~~it the starlark part in drone is apache2 ... we might just can copy it?~~ no: https://github.com/drone/drone-convert-starlark/blob/master/LICENSE.md but underplaying lib is: https://github.com/bazelbuild/bazel-gazelle
the easiest way to add or: `A | B => !(!A & !B)` if we make branch= or ref= to condition matching -> where `branch: !ignore|!release/**` would work but if...
how to do it externally :) -> https://github.com/windsource/picus
I would say we should wait for woodpecker-ci/woodpecker#1189 ... and if we have it we can calculate if and when we would need to start or stop new agent instances...
cc @LamaAni