Skip to content

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

Notifications You must be signed in to change notification settings

att-comdev/clambake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b488a7 · May 27, 2021

History

9 Commits
May 27, 2021
May 27, 2021
May 27, 2021

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