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.
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