Mark mssql_session as a windows platform.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-10-15 15:12:43 -07:00
parent e5e1a745cc
commit 915fdd0396

View file

@ -11,6 +11,7 @@ module Inspec::Resources
# @see https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-connect-and-query-sqlcmd
class MssqlSession < Inspec.resource(1)
name "mssql_session"
supports platform: "windows"
desc "Use the mssql_session InSpec audit resource to test SQL commands run against a MS Sql Server database."
example <<~EXAMPLE
# Using SQL authentication