From 9bdce4d0a32fe6263030c61433bd9acaa55a5bc8 Mon Sep 17 00:00:00 2001 From: Sean Meininger Date: Sun, 9 Oct 2022 17:32:47 -0700 Subject: [PATCH] additional local mode considerations --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 5057cc9..53ad798 100644 --- a/src/main.ts +++ b/src/main.ts @@ -8,6 +8,7 @@ import {ripGrep} from "./ripGrep"; //TODO: Consider whether a local symlink mode might make sense for when writing policies and // https module sources are unavailable for whatever reason +// Maybe this repo should track the governance repo or pull in those files // Check for the presence of sentinel.hcl, or else one gets created const ensureFileExists = async (filename: string) => {