mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-04 19:21:25 +00:00
🔒 Sign add-on with Codenotary Community Attestation Service (CAS)
This commit is contained in:
parent
e1f07fa5a3
commit
d9cd044b71
3 changed files with 5 additions and 0 deletions
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
@ -16,4 +16,5 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
||||||
secrets:
|
secrets:
|
||||||
|
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
|
||||||
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
||||||
|
|
|
@ -5,3 +5,6 @@ build_from:
|
||||||
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
|
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
|
||||||
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
||||||
i386: ghcr.io/hassio-addons/base/i386:11.1.0
|
i386: ghcr.io/hassio-addons/base/i386:11.1.0
|
||||||
|
codenotary:
|
||||||
|
base_image: codenotary@frenck.dev
|
||||||
|
signer: codenotary@frenck.dev
|
||||||
|
|
|
@ -4,6 +4,7 @@ version: dev
|
||||||
slug: zerotier
|
slug: zerotier
|
||||||
description: Radically simplify your network with a virtual networking layer that works the same everywhere
|
description: Radically simplify your network with a virtual networking layer that works the same everywhere
|
||||||
url: https://github.com/hassio-addons/addon-zerotier
|
url: https://github.com/hassio-addons/addon-zerotier
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
startup: services
|
startup: services
|
||||||
init: false
|
init: false
|
||||||
arch:
|
arch:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue