-
Notifications
You must be signed in to change notification settings - Fork 0
/
inspec.yml
33 lines (30 loc) · 865 Bytes
/
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
name: sample-oracle-mysql-ee-5.7-cis-overlay
title: CIS baseline overlay for Oracle MySQL server enterprise edition 5.7
license: Apache-2.0
summary: An InSpec Compliance Profile
version: 0.1.0
supports:
platform_family: windows
depends:
- name: oracle-mysql-ee-5.7-cis-baseline
url: https://github.com/mitre/oracle-mysql-ee-5.7-cis-baseline/archive/master.tar.gz
inputs:
- name: mysql_config_file
description: 'Full path of the MySQL config file'
type: string
value: ''
profile: oracle-mysql-ee-5.7-cis-baseline
- name: user
description: 'username MySQL DB Server'
type: string
value: ''
sensitive: true
- name: password
description: 'password MySQL DB Server'
type: string
value: ''
sensitive: true
- name: host
description: 'hostname of MySQL DB Server'
value: ''
sensitive: true