Skip to content

Commit

Permalink
Document the --quiet-policy-checks in the policy check doc (runatla…
Browse files Browse the repository at this point in the history
…ntis#2777)

* Document the `--quiet-policy-checks` in the policy check doc

* Update runatlantis.io/docs/policy-checking.md

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
  • Loading branch information
2 people authored and krrrr38 committed Dec 16, 2022
1 parent 7466099 commit d860763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runatlantis.io/docs/policy-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,7 @@ workflows:
- show
- run: conftest test $SHOWFILE *.tf
```

### Quiet policy checks

By default, Atlantis will add a comment to all pull requests with the policy check result - both successes and failures. Version 0.21.0 added the [`--quiet-policy-checks`](server-configuration.html#quiet-policy-checks) option, which will instead only add comments when policy checks fail, significantly reducing the number of comments when most policy check results succeed.

0 comments on commit d860763

Please sign in to comment.