mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Add mock command for oracledb_session
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
parent
4c0a582539
commit
62cfcf0ebe
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ class MockLoader
|
|||
'bash -c \'type "Rscript"\'' => empty.call,
|
||||
'bash -c \'type "perl"\'' => empty.call,
|
||||
'bash -c \'type "/sbin/auditctl"\'' => empty.call,
|
||||
'bash -c \'type "sql"\'' => cmd_exit_1.call,
|
||||
'type "pwsh"' => empty.call,
|
||||
'type "netstat"' => empty.call,
|
||||
'sh -c \'find /etc/apache2/ports.conf -type l -maxdepth 1\'' => empty.call,
|
||||
|
|
Loading…
Add table
Reference in a new issue