From e8a9af36663cb25eddfa9edd4bcf25c11d6efb00 Mon Sep 17 00:00:00 2001 From: wiaamm Date: Sun, 22 Jun 2025 10:23:10 +0300 Subject: [PATCH] fix url in rockspec file --- .../kong/open-appsec-waf-kong-plugin-1.0.0-1.rockspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/attachments/kong/open-appsec-waf-kong-plugin-1.0.0-1.rockspec b/attachments/kong/open-appsec-waf-kong-plugin-1.0.0-1.rockspec index 4e4425c..39c9868 100755 --- a/attachments/kong/open-appsec-waf-kong-plugin-1.0.0-1.rockspec +++ b/attachments/kong/open-appsec-waf-kong-plugin-1.0.0-1.rockspec @@ -2,7 +2,8 @@ package = "open-appsec-waf-kong-plugin" version = "1.0.0-1" source = { - url = "file://." + url = "git://github.com/openappsec/attachment.git", + tag = "add-kong-plugin" -- Update this to your correct tag/branch if needed } description = { @@ -10,7 +11,7 @@ description = { detailed = [[ 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" }