From 1d293e38cb52ebdcff2954a73813eaac70b0fe15 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 15 Mar 2022 16:35:27 +0100 Subject: [PATCH] :lock: Sign add-on with Codenotary Community Attestation Service (CAS) (#348) --- .github/workflows/deploy.yaml | 1 + motioneye/build.yaml | 3 +++ motioneye/config.yaml | 1 + 3 files changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 21b20da..9b224a5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,4 +16,5 @@ jobs: workflows: uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main secrets: + CAS_API_KEY: ${{ secrets.CAS_API_KEY }} DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }} diff --git a/motioneye/build.yaml b/motioneye/build.yaml index 2da8bad..cb7c940 100644 --- a/motioneye/build.yaml +++ b/motioneye/build.yaml @@ -5,3 +5,6 @@ build_from: armhf: ghcr.io/hassio-addons/base/armhf:11.1.0 armv7: ghcr.io/hassio-addons/base/armv7:11.1.0 i386: ghcr.io/hassio-addons/base/i386:11.1.0 +codenotary: + base_image: codenotary@frenck.dev + signer: codenotary@frenck.dev diff --git a/motioneye/config.yaml b/motioneye/config.yaml index a0d1ec3..83b4a4f 100644 --- a/motioneye/config.yaml +++ b/motioneye/config.yaml @@ -4,6 +4,7 @@ version: dev slug: motioneye description: Simple, elegant and feature-rich CCTV/NVR for your cameras url: https://github.com/hassio-addons/addon-motioneye +codenotary: codenotary@frenck.dev ingress: true ingress_port: 0 ingress_stream: true