immunize
Pipeline for patching CVEs in container images ππ¦
File Explorer
- patch.yaml
- cosign.pub
- immunize-logo.png
- report.png
- spreadsheet.png
- valid-sbom.png
- .gitignore
- README.md
- send_mail_report.py
# Use via CDN
jsDelivrjsDelivr 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 βΌ
cosign
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 βΌ
trivy
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
-
patch Visit
