Skip to content

Bhavya06/Malware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scanning Security of Open Source Components in Containers

Introduction

This project deals with scanning containers for open source vulnerabilities in different phases of the container lifecycle. Containerised applications are the norm in organizations nowadays, and it is essential that the security of deployed containers be ensured before releasing them into production. Our software scans for vulnerabilities in python code, using static code analysis via Pylint; and scanning for vulnerabilies during the build and running phases using Aquasec and Anchore Inline respectively.

Usage :

  1. Add the following lines into the Dockerfile that you want to scan : ADD https://get.aquasec.com/microscanner . RUN chmod +x microscanner RUN ./microscanner ZmJiNGE2YmEwNDU5
  2. Run $python3 scanner.py -f pythonfilepath -d dockerfiledirectoryname For example, you can run the command below directly $python3 scanner.py -f master/app.py -d master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published