Skip to content

Commit

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

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

Co-authored-by: nitrocode <[email protected]>
  • Loading branch information
DazWorrall and nitrocode authored Dec 12, 2022
1 parent 183c9c1 commit a562584
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 a562584

Please sign in to comment.