Enable content-trust for all plugins (#2777)

This commit is contained in:
Pascal Vizeli 2021-04-02 14:05:32 +02:00 committed by GitHub
parent ed594d653f
commit 44fd75220f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 12 deletions

View File

@ -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."""

View File

@ -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."""

View File

@ -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."""

View File

@ -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."""