We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bf1993 + 11cf72b commit 9865223Copy full SHA for 9865223
molecule/os_hardening_vm/verify.yml
@@ -39,7 +39,7 @@
39
40
- name: Execute cinc-auditor tests
41
ansible.builtin.command: >
42
- docker run
+ docker run --rm
43
--volume {{ molecule_ephemeral_directory }}:{{ molecule_ephemeral_directory }}
44
docker.io/cincproject/auditor exec
45
--ssh-config-file={{ molecule_ephemeral_directory }}/ssh-config
molecule/ssh_hardening_bsd/verify.yml
@@ -34,7 +34,7 @@
34
35
36
37
38
--volume ./waivers_{{ lookup('env', 'MOLECULE_DISTRO') }}.yaml:/waivers.yaml
0 commit comments