deepfence / SecretScanner

:unlock: :unlock: Find secrets and passwords in container images and file systems :unlock: :unlock:

Home Page:https://deepfence.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow other container runtimes

noboruma opened this issue · comments

As pointed out here: #22 (comment), 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.