From e88bf83fd7512c9b925081ff8b5a812fcf52913d Mon Sep 17 00:00:00 2001 From: Gabriel Karczewski Date: Fri, 1 May 2026 00:11:43 +0200 Subject: [PATCH] use tf validate without backend requirement Co-authored-by: Copilot --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6ba50ee..16d7b3d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,11 +14,11 @@ jobs: - name: Clone repo uses: actions/checkout@v3 - name: Validate app_building - uses: dflook/terraform-validate@v1 + uses: dflook/terraform-validate@v1.44.0 with: path: terraform/app_building - name: Validate app - uses: dflook/terraform-validate@v1 + uses: dflook/terraform-validate@v1.44.0 with: path: terraform/app - name: Run tfsec