This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11---
22driver :
33 name : vagrant
4- transport :
5- name : rsync
64provisioner :
75 name : ansible_playbook
8- test_repo_uri : https://github.com/TelekomLabs /tests-ssh-hardening.git
6+ test_repo_uri : https://github.com/hardening-io /tests-ssh-hardening.git
97 hosts : all
108 require_ansible_repo : false
119 require_ansible_omnibus : true
10+ require_chef_for_busser : false
11+ require_ruby_for_busser : false
1212platforms :
1313- name : ubuntu-12.04
1414 driver_config :
@@ -47,7 +47,7 @@ platforms:
4747 box : debian-8
4848 box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box
4949verifier :
50- ruby_bindir : ' /usr/bin '
50+ name : inspec
5151suites :
5252- name : default
5353 hosts : all
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ group :integration do
1919 gem 'test-kitchen' , '~> 1.0'
2020 gem 'kitchen-ansible'
2121 gem 'kitchen-vagrant'
22+ gem 'kitchen-inspec'
2223 gem 'kitchen-sharedtests' , '~> 0.2.0'
2324 gem 'kitchen-sync'
2425 gem 'kitchen-transport-rsync'
You can’t perform that action at this time.
0 commit comments