mirror of
https://github.com/openappsec/attachment.git
synced 2025-07-16 07:24:46 +03:00
change kong plugin path (#41)
Co-authored-by: wiaamm <wiaamm@checkpoint.com>
This commit is contained in:
parent
5ee4902e43
commit
5b2920fc67
@ -23,12 +23,12 @@ build = {
|
|||||||
type = "builtin",
|
type = "builtin",
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
["kong.plugins.open-appsec-waf-kong-plugin.handler"] = "attachments/kong/handler.lua",
|
["kong.plugins.open-appsec-waf-kong-plugin.handler"] = "attachments/kong/plugins/open-appsec-waf-kong-plugin/handler.lua",
|
||||||
["kong.plugins.open-appsec-waf-kong-plugin.nano_ffi"] = "attachments/kong/nano_ffi.lua",
|
["kong.plugins.open-appsec-waf-kong-plugin.nano_ffi"] = "attachments/kong/plugins/open-appsec-waf-kong-plugin/nano_ffi.lua",
|
||||||
["kong.plugins.open-appsec-waf-kong-plugin.schema"] = "attachments/kong/schema.lua",
|
["kong.plugins.open-appsec-waf-kong-plugin.schema"] = "attachments/kong/plugins/open-appsec-waf-kong-plugin/schema.lua",
|
||||||
["lua_attachment_wrapper"] = {
|
["lua_attachment_wrapper"] = {
|
||||||
sources = {
|
sources = {
|
||||||
"attachments/kong/lua_attachment_wrapper.c",
|
"attachments/kong/plugins/open-appsec-waf-kong-plugin/lua_attachment_wrapper.c",
|
||||||
"attachments/nano_attachment/nano_attachment.c",
|
"attachments/nano_attachment/nano_attachment.c",
|
||||||
"attachments/nano_attachment/nano_attachment_io.c",
|
"attachments/nano_attachment/nano_attachment_io.c",
|
||||||
"attachments/nano_attachment/nano_attachment_metric.c",
|
"attachments/nano_attachment/nano_attachment_metric.c",
|
Loading…
x
Reference in New Issue
Block a user