mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 12:20:33 +00:00
Add Kubernetes and Dockle Plugins (#1930)
Add Kubernetes Deployments and StatefulSet update and Dockle Scan Plugins. For Kubernetes plugin, I based on the Drone unmaintened Kubernetes plugin and took the statefulset management evolutions. I added sync/wait and force redeploy capabilities + updates dependencies For Dockle plugin, I took example on Trivy plugin.
This commit is contained in:
parent
10313e79a0
commit
0cf602a1f6
1 changed files with 12 additions and 2 deletions
|
@ -122,12 +122,22 @@
|
|||
{
|
||||
"name": "TODO-Checker",
|
||||
"docs": "https://codeberg.org/Epsilon_02/todo-checker/raw/branch/main/README.md",
|
||||
"verfied": false
|
||||
"verified": false
|
||||
},
|
||||
{
|
||||
"name": "Nextcloud Upload",
|
||||
"docs": "https://raw.githubusercontent.com/Ellpeck/WoodpeckerPlugins/main/nextcloud-upload/README.md",
|
||||
"verfied": false
|
||||
"verified": false
|
||||
},
|
||||
{
|
||||
"name": "Kubernetes Deployment or StatefulSet Update",
|
||||
"docs": "https://raw.githubusercontent.com/euryecetelecom/woodpeckerci-kubernetes/master/README.md",
|
||||
"verified": false
|
||||
},
|
||||
{
|
||||
"name": "Dockle",
|
||||
"docs": "https://raw.githubusercontent.com/euryecetelecom/woodpeckerci-dockle/master/README.md",
|
||||
"verified": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue