Currently, the checker checks a hardcoded list of apps in wrappers/jenkins-check-flatpak-external-apps. It could be taught to use the GitHub API to enumerate all Flathub repos and check them.
Apps may wish to opt out – for instance, 2b1b4d21597c28a869fcab36461d29b2f697a33d removed RuneScape from the hardcoded list – so it could check for a key in flathub.json, if present.
Currently, the checker checks a hardcoded list of apps in
wrappers/jenkins-check-flatpak-external-apps
. It could be taught to use the GitHub API to enumerate all Flathub repos and check them.Apps may wish to opt out – for instance, 2b1b4d21597c28a869fcab36461d29b2f697a33d removed RuneScape from the hardcoded list – so it could check for a key in
flathub.json
, if present.