-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinspec.yml
40 lines (40 loc) · 1.04 KB
/
inspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: inspec-aws-baseline
title: Centrias Colocation base profile for AWS accounts
maintainer: support@centrias.net
copyright: Centrias Colocation GmbH
copyright_email: support@centrias.net
license: Apache-2.0
summary: InSpec Baseline Profile for AWS account setup verification
version: 1.4.2
supports:
- platform: aws
inspec_version: ">= 4.25"
depends:
- name: inspec-aws
url: https://github.com/inspec/inspec-aws/archive/v1.36.0.tar.gz
inputs:
- name: cis_level
type: Numeric
value: 2
required: true
description: CIS profile level to audit
- name: check_aws_organizations_member
type: Boolean
value: false
description: check AWS Organizations Membership
- name: check_aws_organizations_master
type: Boolean
value: false
description: check AWS Organizations Master
- name: master_account_id
type: String
required: false
value: ''
- name: master_account_name
type: String
required: false
value: ''
- name: master_account_email
type: String
required: false
value: ''