1## 2# See https://github.com/GoogleContainerTools/container-structure-test 3# for schema definition 4## 5schemaVersion: 2.0.0 6 7fileExistenceTests: 8- name: 'Sysctl Conf' 9 path: '/etc/sysctl.conf' 10 shouldExist: true 11 permissions: '-r--r-----' 12- name: 'Entrypoint Script' 13 path: '/entrypoint/wg-sync.sh' 14 shouldExist: true 15 permissions: '-r-xr-x---'