From 513b57aa45bbae6e1217fb389adb0de4831279d0 Mon Sep 17 00:00:00 2001 From: Leonardo Torres Montero <43857006+ltmleo@users.noreply.github.com> Date: Wed, 22 May 2024 16:15:23 -0300 Subject: [PATCH] docs: Add --no-fail to custom policy execution in policy-checking.md (#4377) Co-authored-by: Simon Heather <32168619+X-Guardian@users.noreply.github.com> --- 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 054a5448c..60d5b306e 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