You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a monthly maintenance job using GitHub Action to check metadata and URL validity for the latest version of each package. The idea is to catch potential invalid digests or broken urls. Focusing on the latest version avoids revalidating the entire registry.
Create a monthly maintenance job using GitHub Action to check metadata and URL validity for the latest version of each package. The idea is to catch potential invalid digests or broken urls. Focusing on the latest version avoids revalidating the entire registry.
It's a feature I originally wanted to develop in owlplug-registry: OwlPlug/owlplug-registry#49
The maintenance job will check
plugins
,presets
andprojects
fields:audio
- Validate url is not deadfiles[*].url
- Validate url is not deadfiles[*].sha256
- Validate that the digest still match the file hash (relevant ? requires to download the full file)image
- Validate that url is not dead (and image meet some size criterias like max size ?)url
- Validate that url is not deadThe report can be published as a Github issue.
The text was updated successfully, but these errors were encountered: