Skip to content

Commit 16870f8

Browse files
Removing unnecessary parameter buckket_logging_ignore_regex (#72)
1 parent ef8e15c commit 16870f8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Further details can be found here: <https://docs.chef.io/inspec/inputs/>
3838

3939
### (Optional) User Provided Inputs
4040

41-
- **bucket_logging_ignore_regex** - (type: String) - Ignore this bucket by regex from requiring logging to be enabled. Example: `-logging`
4241
- **sa_key_older_than_seconds** - (Default: 7776000, type: int, CIS IAM 1.15) - The maximum allowed age of GCP User-managed Service Account Keys (90 days in seconds).
4342
- **kms_rotation_period_seconds** - (Default: 7776000, type: int, CIS IAM 1.10) - The maximum allowed age of KMS keys (90 days in seconds).
4443

inspec.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ copyright: "(c) 2020, Google, Inc."
1919
copyright_email: "[email protected]"
2020
license: "Apache-2.0"
2121
summary: "Inspec Google Cloud Platform Center for Internet Security Benchmark v1.1 Profile"
22-
version: 1.1.0-22
22+
version: 1.1.0-23
2323

2424
supports:
2525
- platform: gcp
@@ -29,21 +29,14 @@ depends:
2929
url: https://github.com/GoogleCloudPlatform/inspec-gcp-helpers/archive/v1.0.7.tar.gz
3030

3131
inputs:
32-
# {{gcp_project_id}} and {{bucket_logging_ignore_regex}}
32+
# {{gcp_project_id}}
3333
# must be defined at runtime by the user
3434
- name: gcp_project_id
3535
description: "The GCP project identifier."
3636
type: String
3737
required: true
3838
value: 'aaa-bbb-ccc-ddd'
3939

40-
# example = "-logging"
41-
# "replace-with-bucket-name-or-partial-match"
42-
- name: bucket_logging_ignore_regex
43-
description: "Ignore this bucket by regex from requiring logging to be enabled"
44-
type: String
45-
required: false
46-
4740
- name: cis_version
4841
description: "The short version of the GCP CIS Benchmark"
4942
value: "1.0"

0 commit comments

Comments
 (0)