scorecard unable to connect to https://review.trustedfirmware.org/TF-M/trusted-firmware-m #2481
-
I am unable to use Scorecard on non-Github (gerrit and gitlab explicitly) repos.. Can anyone help please? scorecard --show-details --format json --repo=https://review.trustedfirmware.org/TF-M/trusted-firmware-mError: GetClients: getting local directory client: error in IsValid: unsupported host: review.trustedfirmware.org |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you're providing a URL via the Unfortunately not every check works locally, and not all of the ones that do are useful outside a GitHub/GitLab context.
|
Beta Was this translation helpful? Give feedback.
If you're providing a URL via the
--repo
argument,Scorecard
only supports GitHub (and GitLab in the works).You would want to clone the repo locally and try running with the
--local
flag.Unfortunately not every check works locally, and not all of the ones that do are useful outside a GitHub/GitLab context.