mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Enable content-trust for all plugins (#2777)
This commit is contained in:
@@ -105,6 +105,3 @@ class DockerAudio(DockerInterface, CoreSysAttributes):
|
||||
self.version,
|
||||
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.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(
|
||||
"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.sys_docker.network.observer,
|
||||
)
|
||||
|
||||
def _validate_trust(self, image_id: str) -> None:
|
||||
"""Validate trust of content."""
|
||||
|
||||
Reference in New Issue
Block a user