Skip to content

Commit 1b4267b

Browse files
authored
🔒 Sign image with Codenotary Community Attestation Service (CAS) (#113)
1 parent 38f287a commit 1b4267b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ on:
1515
jobs:
1616
workflows:
1717
uses: hassio-addons/workflows/.github/workflows/base-deploy.yaml@main
18+
secrets:
19+
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}

base/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ build_from:
33
aarch64: arm64v8/ubuntu:focal-20220302
44
amd64: amd64/ubuntu:focal-20220302
55
armv7: arm32v7/ubuntu:focal-20220302
6+
codenotary:
7+

0 commit comments

Comments
 (0)