From fcef188fcb5058b62ded7f414b337292122da2d6 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Sun, 11 Oct 2020 17:41:10 +0530 Subject: [PATCH] Adding workflows to ignore file to avoid running same scan multiple times, adding workflows to ignore file, all workflows can be run calling the template file instead of folder. in case, you still want to run all templates as ones, consider removing ignore file. --- .nuclei-ignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.nuclei-ignore b/.nuclei-ignore index 7c7e20ebcd..a61cfcc0ff 100644 --- a/.nuclei-ignore +++ b/.nuclei-ignore @@ -3,4 +3,5 @@ security-misconfiguration/missing-x-frame-options.yaml security-misconfiguration/missing-hsts.yaml security-misconfiguration/missing-csp.yaml security-misconfiguration/basic-cors-flash.yaml -fuzzing/ \ No newline at end of file +fuzzing/ +workflows/ \ No newline at end of file