From 81882f924390fb8de6517b6ce688201c0700a208 Mon Sep 17 00:00:00 2001 From: Alejandro Lazaro Date: Fri, 1 Sep 2023 16:31:56 +0200 Subject: [PATCH] feat: add bfs plugin --- README.md | 1 + plugins/bfs | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/bfs diff --git a/README.md b/README.md index 959cd8226..6329124bf 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | bbr | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | [![Build Status](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-bbr.yml/badge.svg?branch=main)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-bbr.yml) | | bbr-s3-config-validator | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | [![Build Status](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-bbr.yml/badge.svg?branch=main)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-bbr.yml) | | benthos | [benthosdev/benthos-asdf](https://github.com/benthosdev/benthos-asdf) | [![Build Status](https://github.com/benthosdev/benthos-asdf/actions/workflows/build.yml/badge.svg)](https://github.com/benthosdev/benthos-asdf/actions/workflows/build.yml) | +| bfs | [virtualroot/asdf-bfs](https://github.com/virtualroot/asdf-bfs) | [![Build Status](https://github.com/virtualroot/asdf-bfs/actions/workflows/build.yml/badge.svg)](https://github.com/virtualroot/asdf-bfs) | | Bin | [joe733/asdf-bin](https://github.com/joe733/asdf-bin) | [![Build Status](https://github.com/joe733/asdf-bin/actions/workflows/build.yml/badge.svg)](https://github.com/joe733/asdf-bin) | | binnacle | [Traackr/asdf-binnacle](https://github.com/Traackr/asdf-binnacle) | [![Build Status](https://travis-ci.org/Traackr/asdf-binnacle.svg?branch=master)](https://travis-ci.org/Traackr/asdf-binnacle) | | Bitwarden | [vixus0/asdf-bitwarden](https://github.com/vixus0/asdf-bitwarden) | [![Build Status](https://travis-ci.com/vixus0/asdf-bitwarden.svg?branch=master)](https://travis-ci.com/vixus0/asdf-bitwarden) | diff --git a/plugins/bfs b/plugins/bfs new file mode 100644 index 000000000..a940c4d79 --- /dev/null +++ b/plugins/bfs @@ -0,0 +1 @@ +repository = https://github.com/virtualroot/asdf-bfs.git