Currently, the submodules.json is static with the version of the compiled binary. If any changes in the submodules.json is made in the repo, the updated results aren't shown to the users.
To solve this, fetch the submodules.json from the repository and display live results.
Currently, the
submodules.json
is static with the version of the compiled binary. If any changes in thesubmodules.json
is made in the repo, the updated results aren't shown to the users.To solve this, fetch the submodules.json from the repository and display live results.