Created
June 12, 2018 10:37
-
-
Save tomrgio/e691d07e95bf50e042e35bf2c551632d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: vagrant | |
provisioner: | |
name: chef_zero | |
# You may wish to disable always updating cookbooks in CI or other testing environments. | |
# For example: | |
# always_update_cookbooks: <%= !ENV['CI'] %> | |
always_update_cookbooks: true | |
verifier: | |
name: inspec | |
platforms: | |
- name: ubuntu-16.04 | |
suites: | |
- name: default | |
run_list: | |
- recipe[mycorp_ssh_hardening::default] | |
verifier: | |
inspec_tests: | |
- test/smoke/default | |
attributes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment