mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
CFINSPEC-272: Add resource_id: sybase_session
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
0bec2ea979
commit
d48811ded2
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ module Inspec::Resources
|
|||
DatabaseHelper::SQLQueryResult.new(isql_cmd, parse_csv_result(isql_cmd.stdout))
|
||||
end
|
||||
|
||||
def resource_id
|
||||
"Sybase Session"
|
||||
end
|
||||
|
||||
def to_s
|
||||
"Sybase Session"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue