Skip to content

Commit 0ee0e37

Browse files
authored
Merge pull request #8 from jski/feature/readme-updates
Added badges and new details on the security updates
2 parents a8cdc52 + c1753e4 commit 0ee0e37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Python Container Builder
22
[![Build & Deploy Nightly](https://github.com/jski/python-container-builder/actions/workflows/build-and-push.yml/badge.svg?branch=main)](https://github.com/jski/python-container-builder/actions/workflows/build-and-push.yml)
3+
[![Python Versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue)](https://github.com/jski/python-container-builder)
4+
[![Platform Support](https://img.shields.io/badge/platform-linux%2Famd64%20%7C%20linux%2Farm64-blue)](https://github.com/jski/python-container-builder)
35

46
A shortcut to packaging your Python code with requirement dependencies into a Distroless image.
57

@@ -28,6 +30,14 @@ These images use a **hybrid multi-stage build**:
2830

2931
This approach gives you the reliability of official Python builds while maintaining full control over the base system and dependencies.
3032

33+
### Security
34+
35+
This project includes automated security measures:
36+
- 🔒 **Nightly Vulnerability Scanning**: All images scanned with [Trivy](https://github.com/aquasecurity/trivy) for CRITICAL and HIGH severity vulnerabilities
37+
- 🔄 **Automated Dependency Updates**: [Dependabot](https://github.com/dependabot) monitors base images and GitHub Actions for security updates
38+
- 📊 **Transparent Results**: Scan results available in the [Security tab](https://github.com/jski/python-container-builder/security/code-scanning)
39+
- 🏗️ **Official Base Images**: Built from official Python and Debian Docker images, ensuring timely security patches
40+
3141
## Goals
3242
This project seeks to:
3343
- Simplify the build/packaging process for simple Python projects.

0 commit comments

Comments
 (0)