From ae091b8dea68698902b1a34e3e0d5e64dce9b8bc Mon Sep 17 00:00:00 2001 From: Sean Meininger Date: Fri, 7 Oct 2022 20:15:56 -0700 Subject: [PATCH] add nominal README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..624c696 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This tool aims to simplify setting up local reproduction environments for writing and testing Sentinel policies. + +At present, navigate to your sentinel policy directory (containing the .hcl) and run `main.js` there.