GitHub - att-comdev/clambake: A python application to analyze container images for Viruses using ClamAV.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Custom properties

Stars

1 star

Watchers

4 watching

Forks

3 forks

Releases

No releases published