GitGuardian / ggshield

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

Introduce ContextObj #814

Closed agateau-gg closed 9 months ago

agateau-gg commented 9 months ago

This PR changes our Click context object to be an object instead of a dict. It introduces ContextObj, a class holding all fields to store in Click context object.

Using a class instead of a dict improves type safety and ensures the content of the object is not a black hole.