inspec / inspec-aws

InSpec AWS Resource Pack https://www.inspec.io/
Other
136 stars 106 forks source link

Updates needed to fully support the CIS AWS Foundations Benchmark v2.0.0 #981

Open aaronlippold opened 10 months ago

aaronlippold commented 10 months ago

Description

General updates, fixes and new resources to the resource pack to support the cis-aws-foundations-v2 benchmark.

Current Resource Pack Errors

Likely mishandled exceptions missing from aws_backend and or catch_aws_errors

Check List

Please fill box or appropriate ([x]) or mark N/A.

netlify[bot] commented 10 months ago

Deploy Preview for inspec-aws canceled.

Name Link
Latest commit 0c0280cab388c69d2e332abed8818741d471cdf2
Latest deploy log https://app.netlify.com/sites/inspec-aws/deploys/65a1481fe449f900080b7e8a
wdower commented 10 months ago

Additional resources needed:

The benchmark describes using the aws s3api get-public-access-block command, which can target EITHER the account's overall settings, OR a particular s3 bucket. The resource will also need to be able to do both.

aaronlippold commented 8 months ago

This needs to be cleaned up and documented so we can make a PR to chef to get it off our plate

@wdower