mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: Removed coreutils (realpath) from dependencies for MacOS (#368)
This commit is contained in:
parent
4874cfe42e
commit
944a2e5fef
14 changed files with 15 additions and 17 deletions
|
|
@ -114,10 +114,8 @@ Set `-e PRE_COMMIT_COLOR=never` to disable the color output in `pre-commit`.
|
|||
|
||||
<details><summary><b>MacOS</b></summary><br>
|
||||
|
||||
[`coreutils`](https://formulae.brew.sh/formula/coreutils) is required for hooks on MacOS (due to use of `realpath`).
|
||||
|
||||
```bash
|
||||
brew install pre-commit terraform-docs tflint tfsec coreutils checkov terrascan infracost tfupdate jq
|
||||
brew install pre-commit terraform-docs tflint tfsec checkov terrascan infracost tfupdate jq
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue