Enable content-trust on CLI docker (#2773)

This commit is contained in:
Pascal Vizeli 2021-03-31 13:59:28 +02:00 committed by GitHub
parent 8cd149783c
commit f7ab76bb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,3 @@ class DockerCli(DockerInterface, CoreSysAttributes):
self.version,
self.sys_docker.network.cli,
)
def _validate_trust(self, image_id: str) -> None:
"""Validate trust of content."""