Skip to content

Commit 1d293e3

Browse files
authored
🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#348)
1 parent 77d8ea6 commit 1d293e3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
workflows:
1717
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
1818
secrets:
19+
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
1920
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}

motioneye/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ build_from:
55
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
66
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
77
i386: ghcr.io/hassio-addons/base/i386:11.1.0
8+
codenotary:
9+
base_image: [email protected]
10+

motioneye/config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version: dev
44
slug: motioneye
55
description: Simple, elegant and feature-rich CCTV/NVR for your cameras
66
url: https://github.com/hassio-addons/addon-motioneye
7+
codenotary: [email protected]
78
ingress: true
89
ingress_port: 0
910
ingress_stream: true

0 commit comments

Comments
 (0)