feat: upgraded to v2 mixin schema
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user