## # See https://github.com/GoogleContainerTools/container-structure-test # for schema definition ## schemaVersion: 2.0.0 fileExistenceTests: - name: 'apko binary exists' path: '/usr/local/bin/apko' shouldExist: true permissions: '-rwxr-xr-x' - name: 'apko updater executable exists' path: '/usr/local/bin/apko-updater-bot' shouldExist: true permissions: '-rwxr-xr-x'