blob: f1367a1439a2a1ae3e4d1501cb74a911689d06b3 [file] [log] [blame]
// This is the global probers file. Application specific probers should be
// placed in the applications top level directory in a file called
// 'probers.json5'.
{
"gobPotentialRepoLeak": {
"urls": [
"https://skia.googlesource.com/?format=JSON",
],
"method": "GET",
"expected": [200],
"mimetype": "application/json",
"responsetest": "gobPublicReposGood"
},
}