File tree Expand file tree Collapse file tree 4 files changed +31
-56
lines changed
frontend/packages/container-security Expand file tree Collapse file tree 4 files changed +31
-56
lines changed Original file line number Diff line number Diff line change 83
83
"required" : [" SECURITY_LABELLER" ]
84
84
}
85
85
},
86
+ {
87
+ "type" : " console.page/resource/list" ,
88
+ "properties" : {
89
+ "model" : {
90
+ "group" : " secscan.quay.redhat.com" ,
91
+ "version" : " v1alpha1" ,
92
+ "kind" : " ImageManifestVuln"
93
+ },
94
+ "component" : { "$codeRef" : " containerSecurityComponent.ImageManifestVulnPage" }
95
+ },
96
+ "flags" : {
97
+ "required" : [" SECURITY_LABELLER" ]
98
+ }
99
+ },
100
+ {
101
+ "type" : " console.page/resource/details" ,
102
+ "properties" : {
103
+ "model" : {
104
+ "group" : " secscan.quay.redhat.com" ,
105
+ "version" : " v1alpha1" ,
106
+ "kind" : " ImageManifestVuln"
107
+ },
108
+ "component" : { "$codeRef" : " containerSecurityComponent.ImageManifestVulnDetailsPage" }
109
+ },
110
+ "flags" : {
111
+ "required" : [" SECURITY_LABELLER" ]
112
+ }
113
+ },
86
114
{
87
115
"type" : " console.dashboards/overview/health/resource" ,
88
116
"properties" : {
Original file line number Diff line number Diff line change 8
8
"@console/plugin-sdk" : " 0.0.0-fixed"
9
9
},
10
10
"consolePlugin" : {
11
- "entry" : " src/plugin.tsx " ,
11
+ "entry" : " src/plugin.ts " ,
12
12
"exposedModules" : {
13
13
"containerSecurityComponent" : " src/components/image-manifest-vuln.tsx" ,
14
14
"summary" : " src/components/summary.tsx"
Original file line number Diff line number Diff line change
1
+ // See console-extensions.json instead
2
+ export default [ ] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments