From 2aa9019ee1c07a6c95bb530b351a1802ace01ef8 Mon Sep 17 00:00:00 2001 From: Sean <14907745+goldendemise@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:18:01 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73d52f4..99a4bd8 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ This tool aims to simplify setting up local reproduction environments for writin At present, navigate to your sentinel policy directory (containing the .hcl) and run `main.js` there. -Current functionality: +## Current functionality: + Checks the CURRENT DIRECTORY recursively(via vsCode's ripgrep package) for references to the Hashicorp governance repo common-functions and adds them as http imports to sentinel.hcl if found. -Planned functionality: +## Planned functionality: + WORKING TESTS Check for v1 imports and print a warning if they're in use