mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:56:56 +00:00
build(make): update template-validate cmds (#6385)
Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
parent
6996b4ab75
commit
7e95d9a185
13
Makefile
13
Makefile
@ -146,5 +146,14 @@ dsl-docs:
|
|||||||
template-validate: build
|
template-validate: build
|
||||||
template-validate:
|
template-validate:
|
||||||
./bin/nuclei -ut
|
./bin/nuclei -ut
|
||||||
./bin/nuclei -validate -et http/technologies
|
./bin/nuclei -validate \
|
||||||
./bin/nuclei -validate -w workflows -et http/technologies
|
-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
|
||||||
Loading…
x
Reference in New Issue
Block a user