-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinspec.yml
52 lines (43 loc) · 1.28 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
41
42
43
44
45
46
47
48
49
50
51
52
name: cms-ars-3.1-moderate-oracle-mysql-ee-5.7-cis-overlay
title: .
maintainer: CMS InSpec Dev Team
copyright: .
copyright_email:
summary: .
license: Apache-2.0
version: 0.1.0
depends:
- name: oracle-mysql-ee-5.7-cis-baseline
path: ../oracle-mysql-ee-5.7-cis-baseline
attributes:
- name: user
description: 'username MSSQL DB Server (e.g., ''root'')'
type: string
default: ''
- name: password
description: 'password MSSQL DB Server (e.g., ''P@ssw0rd1'')'
type: string
default: ''
- name: host
description: 'hostname MSSQL DB Server (e.g., ''localhost'')'
default: ''
- name: port
description: 'port MSSQL DB Server'
type: numeric
default: 3306
- name: mysql_users
description: 'List of mysql database users (e.g., [''root''])'
type: array
default: []
- name: is_mysql_server_slave_configured
description: 'Set to true if the mysql server has a slave configured'
type: boolean
default: false
- name: mysql_administrative_users
description: 'List of mysql administrative users (e.g., [''root''])'
type: array
default: []
- name: mysql_users_allowed_modify_or_create
description: 'List of mysql users allows to modify or create data structures (e.g., [''root''])'
type: array
default: []