From 9cd05da8f85ceac57011289e1bb60e678ea281a8 Mon Sep 17 00:00:00 2001 From: Gustavo Bosmak Date: Mon, 21 Feb 2022 21:32:34 -0300 Subject: [PATCH] feat: checkov (#528) --- README.md | 1 + plugins/checkov | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/checkov diff --git a/README.md b/README.md index 8b9d5bd..92b93a5 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | cfssl | [mathew-fleisch/asdf-cfssl](https://github.com/mathew-fleisch/asdf-cfssl) | [![Build Status](https://github.com/mathew-fleisch/asdf-cfssl/workflows/Build/badge.svg?branch=main)](https://github.com/mathew-fleisch/asdf-cfssl/actions) | | chamber | [mintel/asdf-chamber](https://github.com/mintel/asdf-chamber) | [![Build Status](https://github.com/mintel/asdf-chamber/workflows/Build/badge.svg?branch=master)](https://github.com/mintel/asdf-chamber/actions) | | cheat | [jmoratilla/asdf-cheat-plugin](https://github.com/jmoratilla/asdf-cheat-plugin/actions) | [![Build Status](https://github.com/jmoratilla/asdf-cheat-plugin/workflows/CI/badge.svg?branch=master)](https://github.com/jmoratilla/asdf-cheat-plugin/actions) | +| checkov | [bosmak/asdf-checkov](https://github.com/bosmak/asdf-checkov) | [![Build Status](https://github.com/bosmak/asdf-checkov/workflows/Build/badge.svg)](https://github.com/bosmak/asdf-checkov/actions) | | chezmoi | [joke/asdf-chezmoi](https://github.com/joke/asdf-chezmoi) | [![Build Status](https://github.com/joke/asdf-chezmoi/workflows/Build/badge.svg)](https://github.com/joke/asdf-chezmoi/actions) | | chezscheme | [asdf-community/asdf-chezscheme](https://github.com/asdf-community/asdf-chezscheme) | [![Build Status](https://github.com/asdf-community/asdf-chezscheme/workflows/Build/badge.svg?branch=master)](https://github.com/asdf-community/asdf-chezscheme/actions) | | CHICKEN | [evhan/asdf-chicken](https://github.com/evhan/asdf-chicken) | [![Build Status](https://travis-ci.org/evhan/asdf-chicken.svg?branch=master)](https://travis-ci.org/evhan/asdf-chicken) | diff --git a/plugins/checkov b/plugins/checkov new file mode 100644 index 0000000..26e4e1d --- /dev/null +++ b/plugins/checkov @@ -0,0 +1 @@ +repository = https://github.com/bosmak/asdf-checkov.git