Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/workflow/complex-conditions.yaml
2070 views
1
id: complex-conditions-workflow
2
3
info:
4
name: Complex Conditions Workflow
5
author: tovask
6
severity: info
7
description: Workflow to test a complex scenario, e.g. race conditions when evaluating the results of the templates
8
9
workflows:
10
- template: workflow/match-1.yaml
11
subtemplates:
12
- template: workflow/nomatch-1.yaml
13
subtemplates:
14
- template: workflow/match-2.yaml
15
- template: workflow/match-3.yaml
16
- template: workflow/match-2.yaml
17
matchers:
18
- name: test-matcher
19
subtemplates:
20
- template: workflow/nomatch-1.yaml
21
subtemplates:
22
- template: workflow/match-1.yaml
23
- template: workflow/match-3.yaml
24
25