Skip to content
/ clambake Public
forked from att-comdev/clambake

A python application to analyze container images for Viruses using ClamAV.

Notifications You must be signed in to change notification settings

OSSSP/clambake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

clambake

A python application to analyze container images for Viruses using ClamAV.

development env

Run the following from the root of this repo to start an env for local development

docker run \
    -it --rm \
    -v $(pwd):/opt/clambake \
    -v /var/run/docker.sock:/var/run/docker.sock \
    $(docker build -q .) \
        bash

About

A python application to analyze container images for Viruses using ClamAV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Dockerfile 3.3%