Skip to content

Commit

Permalink
fix: Add missing deps
Browse files Browse the repository at this point in the history
git needed for pre-commit
  • Loading branch information
MaxymVlasov committed Sep 9, 2021
1 parent 868e479 commit 4df6bad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:20.04
# Install general dependencies
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install -y \
git \
gawk \
unzip \
software-properties-common \
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,25 @@

### 1. Install dependencies

* [`pre-commit`](https://pre-commit.com/#install)
* [`terraform`](https://www.terraform.io/downloads.html)<br><br>
<!-- markdownlint-disable no-inline-html -->

* [`pre-commit`](https://pre-commit.com/#install),
<sub><sup>[`terraform`](https://www.terraform.io/downloads.html),
<sub><sup>[`git`](https://git-scm.com/downloads),
<sub><sup>POSIX compatible shell,
<sub><sup>Internet connection (on first run),
<sub><sup>x86_64 compatible operating system,
<sub><sup>Some hardware where this OS will run,
<sub><sup>Electricity for hardware and internet connection,
<sub><sup>Some basic physical laws,
<sub><sup>Hope that it all will works.
</sup></sub></sup></sub></sup></sub></sup></sub></sup></sub></sup></sub></sup></sub></sup></sub></sup></sub><br><br>
* [`checkov`](https://github.com/bridgecrewio/checkov) required for `checkov` hook.
* [`terraform-docs`](https://github.com/terraform-docs/terraform-docs) required for `terraform_docs` hooks.
* [`terrascan`](https://github.com/accurics/terrascan) required for `terrascan` hook.
* [`TFLint`](https://github.com/terraform-linters/tflint) required for `terraform_tflint` hook.
* [`TFSec`](https://github.com/liamg/tfsec) required for `terraform_tfsec` hook.

<!-- markdownlint-disable no-inline-html -->

<details><summary>Docker</summary>

```bash
Expand Down

0 comments on commit 4df6bad

Please sign in to comment.