probe-scraper icon indicating copy to clipboard operation
probe-scraper copied to clipboard

Deal with trailing slashes in the `url` property of `repositories.yaml` entries

Open Dexterp37 opened this issue 2 years ago • 0 comments

We have been bitten by trailing slashes in the url property of repositories.yaml entries in the past, always resulting in broken probe-scraper runs, with #458 being its last instance.

We should probably add some resilience to this logic within the probe-scraper, to either check and forbid trailing slashes in the url property or gracefully handle them at runtime.

Dexterp37 avatar Jul 12 '22 12:07 Dexterp37