mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 17:36:57 +00:00
Only inject netrc to trusted clone plugins (#1352)
Co-authored-by: qwerty287 <ndev@web.de> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -35,3 +35,7 @@ const (
|
||||
// DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime
|
||||
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0.3"
|
||||
)
|
||||
|
||||
var TrustedCloneImages = []string{
|
||||
DefaultCloneImage,
|
||||
}
|
||||
|
Reference in New Issue
Block a user