mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
fix settings description
This commit is contained in:
@@ -96,12 +96,12 @@
|
||||
"desc": "Every pipeline needs to be approved before being executed."
|
||||
},
|
||||
"netrc_only_trusted": {
|
||||
"netrc_only_trusted": "Only inject netrc credentials into trusted containers",
|
||||
"desc": "Only inject netrc credentials into trusted containers (recommended)."
|
||||
"netrc_only_trusted": "Only inject netrc credentials (= git credentials) into trusted containers.",
|
||||
"desc": "Disabling this option allows the usage of the git credentials used during checkout in all containers."
|
||||
},
|
||||
"trusted": {
|
||||
"trusted": "Trusted",
|
||||
"desc": "Underlying pipeline containers get access to escalated capabilities like mounting volumes."
|
||||
"desc": "Underlying pipeline containers get access to escalated capabilities like mounting volumes or access to git credentials."
|
||||
},
|
||||
"visibility": {
|
||||
"visibility": "Project visibility",
|
||||
|
||||
Reference in New Issue
Block a user