From 3ef581c5e8c2ce23de283f2d070f442a6136c862 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Sat, 27 Sep 2025 15:25:25 +0700 Subject: [PATCH] chore(make): rm unnecessary flag on template-validate Signed-off-by: Dwi Siswanto --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index bfb0b5a64..d0d995bfc 100644 --- a/Makefile +++ b/Makefile @@ -147,8 +147,6 @@ template-validate: build template-validate: ./bin/nuclei -ut ./bin/nuclei -validate \ - -et .github/ \ - -et helpers/payloads/ \ -et http/technologies \ -t dns \ -t ssl \ @@ -157,7 +155,5 @@ template-validate: -ept code ./bin/nuclei -validate \ -w workflows \ - -et .github/ \ - -et helpers/payloads/ \ -et http/technologies \ -ept code \ No newline at end of file