Closed noboruma closed 2 years ago
As pointed out here: https://github.com/deepfence/SecretScanner/pull/22#discussion_r779699903, SecretScanner relies on docker to execute commands. Some systems use k8s only have containerd runtime available. We need to support those case. Proposed solution is to rely on https://github.com/deepfence/vessel project to allow more cntainer runtimes.
SecretScanner
containerd
As pointed out here: https://github.com/deepfence/SecretScanner/pull/22#discussion_r779699903,
SecretScanner
relies on docker to execute commands. Some systems use k8s only havecontainerd
runtime available. We need to support those case. Proposed solution is to rely on https://github.com/deepfence/vessel project to allow more cntainer runtimes.