chore(make): rm unnecessary flag on template-validate

Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
Dwi Siswanto 2025-09-27 15:25:25 +07:00
parent ca11a2fad6
commit 3ef581c5e8
No known key found for this signature in database
GPG Key ID: 3BB198907EF44CED

View File

@ -147,8 +147,6 @@ template-validate: build
template-validate: template-validate:
./bin/nuclei -ut ./bin/nuclei -ut
./bin/nuclei -validate \ ./bin/nuclei -validate \
-et .github/ \
-et helpers/payloads/ \
-et http/technologies \ -et http/technologies \
-t dns \ -t dns \
-t ssl \ -t ssl \
@ -157,7 +155,5 @@ template-validate:
-ept code -ept code
./bin/nuclei -validate \ ./bin/nuclei -validate \
-w workflows \ -w workflows \
-et .github/ \
-et helpers/payloads/ \
-et http/technologies \ -et http/technologies \
-ept code -ept code