From 54b0b67820d2f7ec2ea3dc818e09ac6d0456f697 Mon Sep 17 00:00:00 2001 From: Vera Bogdanich Espina Date: Mon, 29 Aug 2022 16:33:14 -0700 Subject: [PATCH 1/2] Mention pre-requirements in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5013923..1c882cff1 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Terrascan's default output is a list of violations present in the scanned IaC. A ![Screenshot 2021-01-19 at 10 52 47 PM](https://user-images.githubusercontent.com/74685902/105115731-32d2ff80-5a7e-11eb-93b0-2f0620eb1295.png) ## Building Terrascan -Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan. +Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan. [gcc](https://gcc.gnu.org/install/) and [Go](https://go.dev/doc/install) 1.7 or above are required. ```sh $ git clone git@github.com:tenable/terrascan.git From 13be7fe12c94a3e03af313f905bae6c420c5e454 Mon Sep 17 00:00:00 2001 From: Vera Bogdanich Espina Date: Wed, 31 Aug 2022 10:40:20 -0700 Subject: [PATCH 2/2] Change in the README the Go version pre-required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c882cff1..8f36e5410 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Terrascan's default output is a list of violations present in the scanned IaC. A ![Screenshot 2021-01-19 at 10 52 47 PM](https://user-images.githubusercontent.com/74685902/105115731-32d2ff80-5a7e-11eb-93b0-2f0620eb1295.png) ## Building Terrascan -Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan. [gcc](https://gcc.gnu.org/install/) and [Go](https://go.dev/doc/install) 1.7 or above are required. +Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan. [gcc](https://gcc.gnu.org/install/) and [Go](https://go.dev/doc/install) 1.17 or above are required. ```sh $ git clone git@github.com:tenable/terrascan.git