immunize

(β˜… 21)

Pipeline for patching CVEs in container images πŸ’‰πŸ“¦

File Explorer

ZIP Download
  • .gitignore
  • README.md
  • send_mail_report.py

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

πŸ”

cosign

View Details β–Ό

Container Signing, Verification, and Storage in an OCI registry.

cosign generate-key-pair

Generate a key-pair:

cosign sign --key {{cosign.key}} {{image}}

Sign a container and store the signature in the registry:

cosign sign --key k8s://{{namespace}}/{{key}} {{image}}

Sign a container image with a key pair stored in a Kubernetes secret:

πŸ”

trivy

View Details β–Ό

Scanner for vulnerabilities in container images, filesystems, and Git repositories, as well as for configuration issues.

trivy image {{image:tag}}

Scan a Docker image for vulnerabilities and exposed secrets:

trivy image {{[-s|--severity]}} {{HIGH,CRITICAL}} {{alpine:3.15}}

Scan a Docker image filtering the output by severity:

trivy image --ignore-unfixed {{alpine:3.15}}

Scan a Docker image ignoring any unfixed/unpatched vulnerabilities:

# Project Badges

// repository documentation