1## 2# See https://github.com/GoogleContainerTools/container-structure-test 3# for schema definition 4## 5schemaVersion: 2.0.0 6 7fileExistenceTests: 8 - name: 'apko binary exists' 9 path: '/usr/local/bin/apko' 10 shouldExist: true 11 permissions: '-rwxr-xr-x' 12 - name: 'apko updater executable exists' 13 path: '/usr/local/bin/apko-updater-bot' 14 shouldExist: true 15 permissions: '-rwxr-xr-x'