Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Paterson authored Oct 30, 2019
2 parents eb04333 + 6fee7f6 commit ff37a57
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log
<!-- latest_release 0.17.1 -->
<!-- latest_release 0.18.1 -->
## [v0.18.1](https://github.com/inspec/inspec-gcp/tree/v0.18.1) (2019-10-30)

#### Merged Pull Requests
- Fix typo in docs/resources/google_service_account.md. [#197](https://github.com/inspec/inspec-gcp/pull/197) ([pradeepbhadani](https://github.com/pradeepbhadani))
<!-- latest_release -->

## [v0.18.0](https://github.com/inspec/inspec-gcp/tree/v0.18.0) (2019-10-30)

#### Merged Pull Requests
- Add google_project_service [#196](https://github.com/inspec/inspec-gcp/pull/196) ([slevenick](https://github.com/slevenick))

## [v0.17.1](https://github.com/inspec/inspec-gcp/tree/v0.17.1) (2019-10-28)

#### Merged Pull Requests
- Rubocop update [#195](https://github.com/inspec/inspec-gcp/pull/195) ([slevenick](https://github.com/slevenick))
<!-- latest_release -->

## [v0.17.0](https://github.com/inspec/inspec-gcp/tree/v0.17.0) (2019-10-23)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.1
0.18.1
4 changes: 2 additions & 2 deletions docs/resources/google_service_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform: gcp

Use the `google_service_account` InSpec audit resource to test properties of a GCP project IAM service account.

<br>s
<br>

## Syntax

Expand Down Expand Up @@ -47,4 +47,4 @@ The following examples show how to use this InSpec audit resource.

## GCP Permissions

Ensure the [Identity and Access Management (IAM) API](https://console.cloud.google.com/apis/library/iam.googleapis.com/) is enabled for the project.
Ensure the [Identity and Access Management (IAM) API](https://console.cloud.google.com/apis/library/iam.googleapis.com/) is enabled for the project.
6 changes: 3 additions & 3 deletions docs/resources/google_service_account_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: About the google_service_account_key Resource
platform: gcp
---

# google\_service\_account
# google\_service\_account\_key

Use the `google_service_account_key` InSpec audit resource to test properties of a GCP project IAM service account key.

<br>s
<br>

## Syntax

Expand Down Expand Up @@ -41,4 +41,4 @@ The following examples show how to use this InSpec audit resource.

## GCP Permissions

Ensure the [Identity and Access Management (IAM) API](https://console.cloud.google.com/apis/library/iam.googleapis.com/) is enabled for the project.
Ensure the [Identity and Access Management (IAM) API](https://console.cloud.google.com/apis/library/iam.googleapis.com/) is enabled for the project.
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: spaterson@chef.io,russell.seymour@turtlesystems.co.uk
summary: This resource pack provides compliance resources_old_ignore for Google Cloud Platform
copyright: spaterson@chef.io,russell.seymour@turtlesystems.co.uk
copyright_email: spaterson@chef.io,russell.seymour@turtlesystems.co.uk
version: 0.17.1
version: 0.18.1
license: Apache-2.0
inspec_version: '>= 4.7.3'
supports:
Expand Down

0 comments on commit ff37a57

Please sign in to comment.