trivy: Image scans in CI/CD

trivy: Image scans in CI/CD

trivy made by Aqua Security

Break build with high severity findings:

trivy \
    --skip-update \
    --ignore-unfixed \
    --exit-code 1 \
    --severity HIGH,CRITICAL \
    python:3.4-alpine3.9

Cache management