From 17ce71db09644983932d960c0b4cd21123a5af48 Mon Sep 17 00:00:00 2001 From: Mary Jinglewski Date: Wed, 17 Jul 2019 10:41:35 -0400 Subject: [PATCH 1/2] Update README.md Signed-off-by: Mary Jinglewski --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b93214b8..0df7e68a4 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,10 @@ The generated `inspec.yml` file automatically points to the InSpec GCP resource name: my-profile title: My GCP InSpec Profile version: 0.1.0 -inspec_version: '>= 2.2.10' +inspec_version: '>= 4.6.9' depends: - name: inspec-gcp - url: https://github.com/inspec/inspec-gcp/archive/master.tar.gz + url: https://github.com/inspec/inspec-gcp/archive/x.tar.gz supports: - platform: gcp ``` From b7578c52fe38f2f3d28f9b05055301ca8d793708 Mon Sep 17 00:00:00 2001 From: Mary Jinglewski Date: Wed, 17 Jul 2019 10:47:55 -0400 Subject: [PATCH 2/2] Include list of versions Signed-off-by: Mary Jinglewski --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0df7e68a4..d88ad231d 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ supports: - platform: gcp ``` +(For available inspec-gcp versions, see this list of [inspec-gcp versions](https://github.com/inspec/inspec-gcp/releases).) ## Resource documentation