Check for governed reports updates
🎫 Addresses issue: #12 (closed)
🛠️ Summary of changes
- adds fetcher and check for trestle governed reports to be updated on at least the given cadence.
- updates image from python 3.11.10 to 3.11.11
An example of the governed docs config:
"trestle": {
"governed_docs": [
{
"name": "user-report",
"refresh_interval": "annually"
}
]
}