mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
fix url in rockspec file
This commit is contained in:
parent
65d3c7586b
commit
e8a9af3666
@ -2,7 +2,8 @@ package = "open-appsec-waf-kong-plugin"
|
|||||||
version = "1.0.0-1"
|
version = "1.0.0-1"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "file://."
|
url = "git://github.com/openappsec/attachment.git",
|
||||||
|
tag = "add-kong-plugin" -- Update this to your correct tag/branch if needed
|
||||||
}
|
}
|
||||||
|
|
||||||
description = {
|
description = {
|
||||||
@ -10,7 +11,7 @@ description = {
|
|||||||
detailed = [[
|
detailed = [[
|
||||||
A Kong plugin that scans HTTP request headers using Nano Attachment.
|
A Kong plugin that scans HTTP request headers using Nano Attachment.
|
||||||
]],
|
]],
|
||||||
"https://example.com", # TODO: Update this to the real project homepage before release
|
homepage = "https://github.com/openappsec/attachment",
|
||||||
license = "Apache"
|
license = "Apache"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user