From a80db4b1380528c399ec7e8bb8a57de13c30cf09 Mon Sep 17 00:00:00 2001 From: ejaronne <34140975+ejaronne@users.noreply.github.com> Date: Wed, 20 Jan 2021 20:27:27 -0500 Subject: [PATCH 1/2] align branch to corresponding baseline branch for testing purposes --- inspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspec.yml b/inspec.yml index e732304..5c1538a 100644 --- a/inspec.yml +++ b/inspec.yml @@ -12,4 +12,4 @@ inspec_version: ">= 4.0" depends: - name: microsoft-sql-server-2014-instance-stig-baseline - url: https://github.com/mitre/microsoft-sql-server-2014-instance-stig-baseline/archive/master.tar.gz + url: https://github.com/mitre/microsoft-sql-server-2014-instance-stig-baseline/archive/rds_adjustments.tar.gz From 595ba92df18a5bf307dbaf76e7283219b0cb747a Mon Sep 17 00:00:00 2001 From: ejaronne <34140975+ejaronne@users.noreply.github.com> Date: Wed, 20 Jan 2021 20:44:00 -0500 Subject: [PATCH 2/2] sensitive inputs from baseline declared to maintain sensitive --- inspec.yml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/inspec.yml b/inspec.yml index 5c1538a..12d470c 100644 --- a/inspec.yml +++ b/inspec.yml @@ -7,9 +7,30 @@ summary: The AWS RDS Microsoft SQL Server 2014 InSpec profile. license: Apache-2.0 summary: An InSpec Compliance Profile -version: 1.9.1 +version: 1.9.2 inspec_version: ">= 4.0" depends: - name: microsoft-sql-server-2014-instance-stig-baseline url: https://github.com/mitre/microsoft-sql-server-2014-instance-stig-baseline/archive/rds_adjustments.tar.gz + +inputs: + - name: user + description: 'username MSSQL DB Server' + value: null + sensitive: true + + - name: password + description: 'password MSSQL DB Server' + value: null + sensitive: true + + - name: host + description: 'hostname MSSQL DB Server' + value: null + sensitive: true + + - name: instance + description: 'instance name MSSQL DB Server' + value: null + sensitive: true