Skip to content

Commit

Permalink
Document the --quiet-policy-checks in the policy check doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed Dec 12, 2022
1 parent ada4e53 commit e5e33da
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 @@ -120,3 +120,7 @@ deny[msg] {
```

That's it! Now your Atlantis instance is configured to run policies on your Terraform plans 🎉

### 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 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 of your policy check results succeed.

0 comments on commit e5e33da

Please sign in to comment.