Installation

From AWS Serverless Application Repository

Head to the AWS SAR Page for ECR Scan Reporter to deploy the application into your AWS Account in a click!

From pip as a CLI

# Into a virtual env
python -m venv venv
source venv/bin/activate
pip install ecr-scan-reporter

# For local user only
pip install ecr-scan-reporter --user