inspec-gcp icon indicating copy to clipboard operation
inspec-gcp copied to clipboard

Use helpers to speed up compliance runs

Open binamov opened this issue 4 years ago • 1 comments

We use helpers such as https://github.com/GoogleCloudPlatform/inspec-gcp-cis-benchmark/blob/master/libraries/gcp_helpers.rb in our downstream profiles to speed up assessments.

Can we consider moving them upstream to inspec-gcp as per https://github.com/GoogleCloudPlatform/inspec-gcp-pci-profile/issues/6 ?

Context

Those helpers allow us to slightly shorten the time of inspec runs against GCP.

Possible Implementation

Make helpers native to inspec-gcp

binamov avatar Mar 25 '20 21:03 binamov

Can close this issue. Helpers have been moved to https://github.com/GoogleCloudPlatform/inspec-gcp-helpers

KonradSchieban avatar Sep 14 '20 01:09 KonradSchieban