1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Enable CAS for Add-ons (#3506)

* Revert "Disable CAS until it work (#3504)"

This reverts commit 435241bccf.

* Revert exception that are not forwarded

* enable for add-ons

* Apply suggestions from code review

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>

* fix black

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
This commit is contained in:
Pascal Vizeli
2022-03-31 16:59:34 +02:00
committed by GitHub
parent 0de190268f
commit e445a8aabf
7 changed files with 6 additions and 33 deletions

View File

@@ -293,7 +293,6 @@ jobs:
- name: Check the Supervisor code sign
if: needs.init.outputs.publish == 'true'
run: |
exit 0
echo "Enable Content-Trust"
test=$(docker exec hassio_cli ha security options --content-trust=true --no-progress --raw-json | jq -r '.result')
if [ "$test" != "ok" ]; then