From 47cd378d09750064c646ad47453dec407836d142 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 14 Aug 2025 10:42:21 +0700 Subject: [PATCH] build(make): update `template-validate` cmds Signed-off-by: Dwi Siswanto --- Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c3ab083b4..1b089e76f5 100644 --- a/Makefile +++ b/Makefile @@ -146,5 +146,14 @@ dsl-docs: template-validate: build template-validate: ./bin/nuclei -ut - ./bin/nuclei -validate -et http/technologies - ./bin/nuclei -validate -w workflows -et http/technologies \ No newline at end of file + ./bin/nuclei -validate \ + -et .github/ \ + -et helpers/payloads/ \ + -et http/technologies \ + -ept code + ./bin/nuclei -validate \ + -w workflows \ + -et .github/ \ + -et helpers/payloads/ \ + -et http/technologies \ + -ept code \ No newline at end of file