feat: upgraded to v2 mixin schema
CI / All (ubuntu-latest) (push) Failing after 29s
CI / All (macos-latest) (push) Canceled after 0s
CI / All (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-28 18:24:58 -06:00
parent 5039b74926
commit baa45970da
+11 -10
View File
@@ -1,4 +1,4 @@
schemaVersion: '1' schemaVersion: '2'
kind: mixin kind: mixin
name: agent-probe name: agent-probe
description: > description: >
@@ -12,16 +12,17 @@ description: >
to libxml2.so.16). The services under probe run on localhost, which needs to libxml2.so.16). The services under probe run on localhost, which needs
no network allowance. POSIX-only: sbx runs these commands with /bin/sh (dash). no network allowance. POSIX-only: sbx runs these commands with /bin/sh (dash).
network: permissions:
allowedDomains: network:
# Latest-release lookup + tarball downloads (GitHub redirects release allow:
# assets to *.githubusercontent.com object hosts) # Latest-release lookup + tarball downloads (GitHub redirects release
- 'api.github.com:443' # assets to *.githubusercontent.com object hosts)
- 'github.com:443' - 'api.github.com:443'
- 'objects.githubusercontent.com:443' - 'github.com:443'
- 'release-assets.githubusercontent.com:443' - 'objects.githubusercontent.com:443'
- 'release-assets.githubusercontent.com:443'
commands: setup:
install: install:
- command: | - command: |
set -eu set -eu