From 382d3db581542498a9a3efe9213d6cee8ce3c546 Mon Sep 17 00:00:00 2001 From: Manu Chandrasekhar Date: Tue, 23 Jan 2024 21:20:27 -0500 Subject: [PATCH] Update tf_scanner.yaml --- .github/workflows/tf_scanner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf_scanner.yaml b/.github/workflows/tf_scanner.yaml index 1c0ce55..e7cc02b 100644 --- a/.github/workflows/tf_scanner.yaml +++ b/.github/workflows/tf_scanner.yaml @@ -44,5 +44,5 @@ jobs: conformity_region: "us-1" conformity_api_key: ${{secrets.conformity_api_key}} template_type: "terraform-template" - template_path: "../infra/tf_plan.json" + template_path: "infra/tf_plan.json"