mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 11:11:24 +00:00
🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#43)
Co-authored-by: frenck <frenck@users.noreply.github.com>
This commit is contained in:
parent
8f26558734
commit
4d2476bbfd
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 }}
|
||||||
|
|
|
@ -3,3 +3,6 @@ build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.0
|
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.0
|
||||||
amd64: ghcr.io/hassio-addons/base/amd64:11.1.0
|
amd64: ghcr.io/hassio-addons/base/amd64:11.1.0
|
||||||
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
||||||
|
codenotary:
|
||||||
|
base_image: codenotary@frenck.dev
|
||||||
|
signer: codenotary@frenck.dev
|
||||||
|
|
|
@ -4,6 +4,7 @@ version: dev
|
||||||
slug: prometheus
|
slug: prometheus
|
||||||
description: Cloud native metrics
|
description: Cloud native metrics
|
||||||
url: https://github.com/hassio-addons/addon-prometheus
|
url: https://github.com/hassio-addons/addon-prometheus
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
startup: services
|
startup: services
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 9090
|
ingress_port: 9090
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue