You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Lightning Flow Scanner** is a specialized SFDX plugin that analyzes Salesforce Flows for integrity issues, performance problems, and adherence to best practices. It helps developers build reliable and maintainable Flow automations.
20
+
A Salesforce CLI Plugin designed to proactively enforce secure and maintainable Salesforce Flows. It detects unsafe running contexts, hardcoded IDs, unhandled nulls, inefficient database operations and more, helping teams ensure their automations are safe and reliable.
21
21
22
22
**Key Features:**
23
23
@@ -36,12 +36,12 @@ If your root folder is not **force-app**, please set variable SALESFORCE_LIGHTNI
36
36
## lightning-flow-scanner documentation
37
37
38
38
- Version in MegaLinter: **3.29.0**
39
-
- Visit [Official Web Site](https://github.com/Lightning-Flow-Scanner#readme){target=_blank}
40
-
- See [How to configure lightning-flow-scanner rules](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx#configuration){target=_blank}
39
+
- Visit [Official Web Site](https://flow-scanner.github.io/lightning-flow-scanner-cli/){target=_blank}
40
+
- See [How to configure lightning-flow-scanner rules](https://github.com/Flow-Scanner/lightning-flow-scanner-cli#configuration){target=_blank}
41
41
- If custom `.flow-scanner.json` config file isn't found, [.flow-scanner.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.flow-scanner.json){target=_blank} will be used
42
42
- See [Index of problems detected by lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core#rules){target=_blank}
| <imgsrc="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/vscode.ico"alt=""height="32px"class="megalinter-icon"></a> |[Visual Studio Code](https://code.visualstudio.com/)|[Lightning Flow Scanner](https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightningflowscanner)|[](vscode:extension/ForceConfigControl.lightningflowscanner){target=_blank} |
72
+
|`<img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/vscode.ico" alt="" height="32px" class="megalinter-icon"></a>`|[Visual Studio Code](https://code.visualstudio.com/)|[Lightning Flow Scanner](https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightning-flow-scanner-vsx)|[](vscode:extension/ForceConfigControl.lightning-flow-scanner-vsx){target=_blank} |
73
73
74
74
## MegaLinter Flavors
75
75
@@ -87,6 +87,7 @@ This linter is available in the following flavors
87
87
- If this linter is active, all files will always be linted
0 commit comments