Plugins: Always validate root URL if specified in signature manfiest (#52332)
* always validate root URL if specified in signature * tidy imports
This commit is contained in:
16
pkg/plugins/manager/testdata/invalid-v2-missing-file/plugin/plugin.json
vendored
Normal file
16
pkg/plugins/manager/testdata/invalid-v2-missing-file/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "datasource",
|
||||
"name": "Test",
|
||||
"id": "test",
|
||||
"backend": true,
|
||||
"executable": "test",
|
||||
"state": "alpha",
|
||||
"info": {
|
||||
"version": "1.0.0",
|
||||
"description": "Test",
|
||||
"author": {
|
||||
"name": "Will Browne",
|
||||
"url": "https://willbrowne.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user