-
Notifications
You must be signed in to change notification settings - Fork 23
/
inspec.yml
27 lines (27 loc) · 991 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
---
name: postgres-baseline
title: DevSec PostgreSQL Baseline
maintainer: DevSec Hardening Framework Team
copyright: DevSec Hardening Framework Team
copyright_email: [email protected]
license: Apache-2.0
summary: Test-suite for best-practice postgres hardening
inspec_version: '>= 4.6.3'
version: 3.1.1
supports:
- os-family: unix
inputs:
- name: user
description: define the postgresql user to access the database
- name: password
description: define the postgresql password to access the database
- name: postgres_data
description: define the postgresql data directory
- name: postgres_conf_dir
description: define the postgresql configuration directory
- name: postgres_conf_path
description: define path for the postgresql configuration file
- name: postgres_hba_conf_file
description: define path for the postgresql configuration file
- name: postgres_log_dir
description: define path for the postgresql log file