Skip to content

Instantly share code, notes, and snippets.

@tomrgio
Created June 12, 2018 10:37
Show Gist options
  • Save tomrgio/e691d07e95bf50e042e35bf2c551632d to your computer and use it in GitHub Desktop.
Save tomrgio/e691d07e95bf50e042e35bf2c551632d to your computer and use it in GitHub Desktop.
---
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