From 50d0cbcfd2b5fe9931f9314a6eadf4fff6ab09d1 Mon Sep 17 00:00:00 2001 From: Leonardo Torres Montero <43857006+ltmleo@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:22:49 -0300 Subject: [PATCH] Update policy-checking.md How mentioned in https://github.com/runatlantis/atlantis/issues/4092 --- runatlantis.io/docs/policy-checking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runatlantis.io/docs/policy-checking.md b/runatlantis.io/docs/policy-checking.md index c996ef7ee0..1a2f88b2d2 100644 --- a/runatlantis.io/docs/policy-checking.md +++ b/runatlantis.io/docs/policy-checking.md @@ -171,7 +171,7 @@ workflows: policy_check: steps: - show - - run: conftest test $SHOWFILE *.tf + - run: conftest test $SHOWFILE *.tf --no-fail ``` ### Quiet policy checks