## # See https://github.com/GoogleContainerTools/container-structure-test # for schema definition ## schemaVersion: 2.0.0 fileExistenceTests: - name: "init script exists" path: "/samhain/config/init-script.sh" shouldExist: true - name: "binary exists" path: "/samhain/sbin/samhain" shouldExist: true permissions: '-rwx------'