mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:45:27 +00:00
chore(make): rm unnecessary flag on template-validate
Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
parent
ca11a2fad6
commit
3ef581c5e8
4
Makefile
4
Makefile
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user