mirror of
https://github.com/hassio-addons/addon-bitwarden.git
synced 2025-05-07 04:31:30 +00:00
🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#200)
This commit is contained in:
parent
a5c3635ce2
commit
36410a43f5
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:
|
||||
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
||||
secrets:
|
||||
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
|
||||
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
||||
|
|
|
@ -3,3 +3,6 @@ build_from:
|
|||
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.0
|
||||
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.0
|
||||
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.3.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
|
@ -4,6 +4,7 @@ version: dev
|
|||
slug: bitwarden
|
||||
description: Open source password management solution
|
||||
url: https://github.com/hassio-addons/addon-bitwarden
|
||||
codenotary: codenotary@frenck.dev
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:7277]"
|
||||
init: false
|
||||
arch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue