scylladb / argus

Apache License 2.0
4 stars 11 forks source link

improvement(build_system_monitor): Use regex for folder scan #391

Closed k0machi closed 4 months ago

k0machi commented 4 months ago

This commit replaces exact substring match for release folder names with a regex pattern search for releases, removing the need to manually add release names into the scanner configuration. It also moves the scanner configuration out of argus_web.yaml into module file itself, allowing versioning of the scanner patterns.

Fixes #390