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
+4 -3
View File
@@ -1,4 +1,4 @@
schemaVersion: '1' schemaVersion: '2'
kind: mixin kind: mixin
name: agent-probe name: agent-probe
description: > description: >
@@ -12,8 +12,9 @@ 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).
permissions:
network: network:
allowedDomains: allow:
# Latest-release lookup + tarball downloads (GitHub redirects release # Latest-release lookup + tarball downloads (GitHub redirects release
# assets to *.githubusercontent.com object hosts) # assets to *.githubusercontent.com object hosts)
- 'api.github.com:443' - 'api.github.com:443'
@@ -21,7 +22,7 @@ network:
- 'objects.githubusercontent.com:443' - 'objects.githubusercontent.com:443'
- 'release-assets.githubusercontent.com:443' - 'release-assets.githubusercontent.com:443'
commands: setup:
install: install:
- command: | - command: |
set -eu set -eu