mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 02:26:30 +00:00
Remove double sentry event for untrusted (#2804)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
62d198111c
commit
1ebbf2b693
@ -628,9 +628,8 @@ class CoreSysAttributes:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
await vcn_validate(checksum, path, org="home-assistant.io")
|
await vcn_validate(checksum, path, org="home-assistant.io")
|
||||||
except CodeNotaryUntrusted as err:
|
except CodeNotaryUntrusted:
|
||||||
self.sys_resolution.unhealthy = UnhealthyReason.UNTRUSTED
|
self.sys_resolution.unhealthy = UnhealthyReason.UNTRUSTED
|
||||||
self.sys_capture_exception(err)
|
|
||||||
raise
|
raise
|
||||||
except CodeNotaryError:
|
except CodeNotaryError:
|
||||||
if self.sys_config.force_security:
|
if self.sys_config.force_security:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user