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:
Guillaume REMBERT 2023-07-04 20:28:43 +02:00 committed by GitHub
parent 10313e79a0
commit 0cf602a1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
]
}