From de7191bb6c6e29985de8e00d854bb56cdba7da91 Mon Sep 17 00:00:00 2001 From: Leandro Carneiro <42899277+carnei-ro@users.noreply.github.com> Date: Mon, 15 May 2023 04:36:42 -0300 Subject: [PATCH] feat: add kubeshark plugin (#811) --- README.md | 1 + plugins/kubeshark | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/kubeshark diff --git a/README.md b/README.md index a6ea56d..defe2b6 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Kubergrunt | [NeoHsu/asdf-kubergrunt](https://github.com/NeoHsu/asdf-kubergrunt) | [![Build](https://github.com/NeoHsu/asdf-kubergrunt/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-kubergrunt/actions?query=workflow%3ABuild) | | Kubeseal | [stefansedich/asdf-kubeseal](https://github.com/stefansedich/asdf-kubeseal) | [![Build Status](https://travis-ci.com/stefansedich/asdf-kubeseal.svg?branch=master)](https://travis-ci.com/stefansedich/asdf-kubeseal) | | Kubesec | [vitalis/asdf-kubesec](https://github.com/vitalis/asdf-kubesec) | [![Build Status](https://travis-ci.org/vitalis/asdf-kubesec.svg?branch=master)](https://travis-ci.org/vitalis/asdf-kubesec) | +| kubeshark | [carnei-ro/asdf-kubeshark](https://github.com/carnei-ro/asdf-kubeshark) | [![Build Status](https://github.com/carnei-ro/asdf-kubeshark/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/carnei-ro/asdf-kubeshark/actions) | | kubespy | [jfreeland/asdf-kubespy](https://github.com/jfreeland/asdf-kubespy) | [![Build Status](https://github.com/jfreeland/asdf-kubespy/workflows/build/badge.svg)](https://github.com/jfreeland/asdf-kubespy/actions?query=workflow%3A%22build%22) | | Kubeval | [stefansedich/asdf-kubeval](https://github.com/stefansedich/asdf-kubeval) | [![Build Status](https://travis-ci.com/stefansedich/asdf-kubeval.svg?branch=master)](https://travis-ci.com/stefansedich/asdf-kubeval) | | KubeVela | [gustavclausen/asdf-kubevela](https://github.com/gustavclausen/kubevela) | [![Build Status](https://github.com/gustavclausen/asdf-kubevela/workflows/Build/badge.svg?branch=main)](https://github.com/gustavclausen/asdf-kubevela) | diff --git a/plugins/kubeshark b/plugins/kubeshark new file mode 100644 index 0000000..ff94bc5 --- /dev/null +++ b/plugins/kubeshark @@ -0,0 +1 @@ +repository = https://github.com/carnei-ro/asdf-kubeshark.git