mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-06 16:53:42 +00:00
@@ -1,4 +1,5 @@
|
||||
"""Small wrapper for CodeNotary."""
|
||||
# pylint: disable=unreachable
|
||||
import asyncio
|
||||
import hashlib
|
||||
import json
|
||||
@@ -37,6 +38,7 @@ async def vcn_validate(
|
||||
signer: Optional[str] = None,
|
||||
) -> None:
|
||||
"""Validate data against CodeNotary."""
|
||||
return None
|
||||
if (checksum, path, org, signer) in _CACHE:
|
||||
return
|
||||
command = shlex.split(_VCN_CMD)
|
||||
|
||||
Reference in New Issue
Block a user