1## 2# See https://github.com/GoogleContainerTools/container-structure-test 3# for schema definition 4## 5schemaVersion: 2.0.0 6 7fileExistenceTests: 8 - name: "init script exists" 9 path: "/samhain/config/init-script.sh" 10 shouldExist: true 11 - name: "binary exists" 12 path: "/samhain/sbin/samhain" 13 shouldExist: true 14 permissions: '-rwx------'