deepfence / SecretScanner

:unlock: :unlock: Find secrets and passwords in container images and file systems :unlock: :unlock:
https://deepfence.io
MIT License
3.13k stars 321 forks source link

Allow other container runtimes #24

Closed noboruma closed 2 years ago

noboruma commented 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.