packer-provisioner-inspec
packer-provisioner-inspec copied to clipboard
Packer plugin to add InSpec as a provisioner
### Context Packer can be used to build Windows host images, and InSpec can be used to test them. In both cases, communication occurs over WinRM. It would be nice...
I have compiled the plugin and added it to a docker image . here are the contents of my Dockerfile FROM hashicorp/packer:light WORKDIR /go COPY packer-provisioner-inspec /bin/ However when I...
Inspec can exit with a non-zero exit code but still pass... > If all tests passed (no fails, no skips) exit code 0 is returned. If some tests skipped but...
Change `Attrs` to be a `string`. Add validation for filepath. Pass through to Inspec CLI if set. Add test coverage.
Currently the provisioner accepts the following parameters, most of which are undocumented and untested: type Config struct { common.PackerConfig `mapstructure:",squash"` ctx interpolate.Context // The command to run inspec Command string...