mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 08:36:30 +00:00
Enable content-trust for all plugins (#2777)
This commit is contained in:
parent
ed594d653f
commit
44fd75220f
@ -105,6 +105,3 @@ class DockerAudio(DockerInterface, CoreSysAttributes):
|
|||||||
self.version,
|
self.version,
|
||||||
self.sys_docker.network.audio,
|
self.sys_docker.network.audio,
|
||||||
)
|
)
|
||||||
|
|
||||||
def _validate_trust(self, image_id: str) -> None:
|
|
||||||
"""Validate trust of content."""
|
|
||||||
|
@ -58,6 +58,3 @@ class DockerDNS(DockerInterface, CoreSysAttributes):
|
|||||||
self.version,
|
self.version,
|
||||||
self.sys_docker.network.dns,
|
self.sys_docker.network.dns,
|
||||||
)
|
)
|
||||||
|
|
||||||
def _validate_trust(self, image_id: str) -> None:
|
|
||||||
"""Validate trust of content."""
|
|
||||||
|
@ -60,6 +60,3 @@ class DockerMulticast(DockerInterface, CoreSysAttributes):
|
|||||||
_LOGGER.info(
|
_LOGGER.info(
|
||||||
"Starting Multicast %s with version %s - Host", self.image, self.version
|
"Starting Multicast %s with version %s - Host", self.image, self.version
|
||||||
)
|
)
|
||||||
|
|
||||||
def _validate_trust(self, image_id: str) -> None:
|
|
||||||
"""Validate trust of content."""
|
|
||||||
|
@ -63,6 +63,3 @@ class DockerObserver(DockerInterface, CoreSysAttributes):
|
|||||||
self.version,
|
self.version,
|
||||||
self.sys_docker.network.observer,
|
self.sys_docker.network.observer,
|
||||||
)
|
)
|
||||||
|
|
||||||
def _validate_trust(self, image_id: str) -> None:
|
|
||||||
"""Validate trust of content."""
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user