mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Mark mssql_session as a windows platform.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
e5e1a745cc
commit
915fdd0396
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue