Remove all default privileged plugins (#4053)

This commit is contained in:
6543
2024-09-02 10:41:20 +02:00
committed by GitHub
parent 6feab0093f
commit 32d1ec7cec
10 changed files with 22 additions and 28 deletions

View File

@@ -14,12 +14,6 @@
package constant
// PrivilegedPlugins can be changed by 'WOODPECKER_ESCALATE' at runtime.
var PrivilegedPlugins = []string{
"docker.io/woodpeckerci/plugin-docker-buildx",
"codeberg.org/woodpecker-plugins/docker-buildx",
}
// DefaultConfigOrder represent the priority in witch woodpecker search for a pipeline config by default
// folders are indicated by supplying a trailing slash.
var DefaultConfigOrder = [...]string{