diff options
| author | Mason Reed <mason@vector35.com> | 2024-10-30 14:34:22 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-10-30 15:40:40 -0400 |
| commit | cce65048e419ca7141c20d826d925c17c18eedd2 (patch) | |
| tree | 1595b1993b8da7fd10cd203657653385d0413d0e /plugins/warp/src/plugin | |
| parent | 27acd49fc745297adc9101146fd6d64054251ce4 (diff) | |
WARP: Only run matcher workflow once
This fixes the matcher constantly being invoked.
Diffstat (limited to 'plugins/warp/src/plugin')
| -rw-r--r-- | plugins/warp/src/plugin/workflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/src/plugin/workflow.rs b/plugins/warp/src/plugin/workflow.rs index ee224df8..bea5326e 100644 --- a/plugins/warp/src/plugin/workflow.rs +++ b/plugins/warp/src/plugin/workflow.rs @@ -15,7 +15,7 @@ const MATCHER_ACTIVITY_CONFIG: &str = r#"{ "description": "This analysis step applies WARP info to matched functions...", "eligibility": { "auto": {}, - "runOnce": false + "runOnce": true } }"#; |
