Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 465 Bytes

syscheck

InSpec system validation scripts

Create a profile

docker container run --rm --interactive --tty \
    --mount type=bind,source="$(pwd)",target=/share \
    docker.io/boxcutter/cinc-auditor init profile example
docker container run --rm --interactive --tty \
  --mount type=bind,source="$(pwd)",target=/share \
  docker.io/boxcutter/cinc-auditor exec example \
    --key-files /path/keys/ssh.key \
    --target ssh://[email protected]