Vulnerability Scanning
Python Dependencies
pip install pip-audit
pip-audit
pip install safety
safety check
Containers (Trivy)
trivy image myapp:latest
trivy fs --scanners vuln .
Grype
grype myapp:latest
grype dir:.
CI Integration
- run: pip-audit || true # Warnings only