GitGuardian / ggshield

Find and fix 360+ types of hardcoded secrets and 70+ types of infrastructure-as-code misconfigurations.
https://gitguardian.com
MIT License
1.57k stars 138 forks source link

Unblock push of the unstable Docker images #914

Closed agateau-gg closed 3 weeks ago

agateau-gg commented 3 weeks ago

Context

The version of requests and urllib3 we depend on contained security issues. Those issues were spotted by ggshield sca scan when running on main, preventing the push of the unstable Docker images.

What has been done

Update dependencies.

Validation