From 83183b5a3b166196912273d680b55850414c58ec Mon Sep 17 00:00:00 2001 From: Sean <14907745+goldendemise@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:56:16 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aef1ac5..6d9b0b7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ At present, navigate to your sentinel policy directory (containing the .hcl) and ## Build instructions: ### TODO: Remediate required double install. Probably because I'm using `nvm` ### TODO: Fix uninstall +### TODO: Check for dependencies of dependencies. For instance, `aws-functions` requires `tfconfig` +### TODO: Check for duplicates in `sentinel.hcl`. If duplicates are written, sentinel won't run. Clone the directory locally, then navigate to that directory and run `npm install`. Next, run `npm run build`