mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
use specinfra+docker for now
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
dcdf8ea0e2
commit
ae44b904e1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class DockerTester
|
|||
end
|
||||
|
||||
def test_container(container_id)
|
||||
opts = { 'target' => "docker://#{container_id}" }
|
||||
opts = { 'target' => "specinfra+docker://#{container_id}" }
|
||||
runner = Vulcano::Runner.new(nil, opts)
|
||||
runner.add_tests(@tests)
|
||||
runner.run
|
||||
|
|
Loading…
Reference in a new issue