From 7e4c8b5a1b71901a8efcc44646351a7bd0f53386 Mon Sep 17 00:00:00 2001 From: Sean <14907745+goldendemise@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:18:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a4bd8..5a45327 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ At present, navigate to your sentinel policy directory (containing the .hcl) and ## Current functionality: -Checks the CURRENT DIRECTORY recursively(via vsCode's ripgrep package) +Checks the CURRENT DIRECTORY recursively(via vsCode's [ripgrep package](https://github.com/microsoft/vscode-ripgrep)) for references to the Hashicorp governance repo common-functions and adds them as http imports to sentinel.hcl if found.