## # See https://github.com/GoogleContainerTools/container-structure-test # for schema definition ## schemaVersion: 2.0.0 fileExistenceTests: - name: 'Sysctl Conf' path: '/etc/sysctl.conf' shouldExist: true permissions: '-r--r-----' - name: 'Entrypoint Script' path: '/entrypoint/wg-sync.sh' shouldExist: true permissions: '-r-xr-x---'