|
1 | | - [](https://github.com/Lightning-Flow-Scanner) |
| 1 | +<p align="center"> |
| 2 | + <a href="https://github.com/Flow-Scanner"> |
| 3 | + <img src="media/bannerslim.png" style="width: 55%;" /> |
| 4 | + </a> |
| 5 | +</p |
2 | 6 |
|
3 | | -[](https://github.com/Lightning-Flow-Scanner) |
| 7 | +## 🚨 Deprecation Notice |
| 8 | +We’re deeply grateful for the community’s support and impact with Lightning Flow Scanner! Due to security issues detailed in the [core repository](https://github.com/Flow-Scanner/lightning-flow-scanner-core/releases/tag/v5.1.0) release notes, `lightning-flow-scanner-vsce` has been deprecated and unpublished. |
4 | 9 |
|
5 | | -## [🚨 Deprecation Notice — August, 2025](https://github.com/Lightning-Flow-Scanner) |
6 | | - |
7 | | -## Features/Commands |
8 | | - |
9 | | -Use our side bar or the **Command Palette** and type `Flow` to see the list of all available commands. |
10 | | - |
11 | | -Use the `Scan Flows` command by choosing either a directory or a selection of flows to run the analysis on. |
12 | | -*More information on the default rules can be found in the [core documentation](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core).* |
13 | | - |
14 | | -Use the `Configurate Flow Rules` command to configure the rules executed during scanning. |
15 | | - |
16 | | -Use the `Fix Flows` command to apply available fixes automatically. |
17 | | - |
18 | | -The `Default Flow Rules` command can be used to view more details on the rules that are applied to Flows in the scans. |
19 | | - |
20 | | -The `Calculate Flow Coverage` command calculates Flow Test coverage percentages by running the apex tests in your default connectedOrg. |
21 | | - |
22 | | -<!-- commands --> |
23 | | - |
24 | | -| Command | Title | |
25 | | -| ------------------------------------------------ | ----------------------- | |
26 | | -| `lightningflowscanner.viewDefaultFlowRules` | Default Flow Rules | |
27 | | -| `lightningflowscanner.scanFlows` | Scan Flows | |
28 | | -| `lightningflowscanner.debugView` | Debug Flow Scanner View | |
29 | | -| `lightningflowscanner.fixFlows` | Fix Flows | |
30 | | -| `lightningflowscanner.calculateFlowTestCoverage` | Calculate Flow Coverage | |
31 | | -| `lightningflowscanner.configRules` | Configurate Flow Rules | |
32 | | - |
33 | | -<!-- commands --> |
34 | | - |
35 | | -<!-- configs --> |
36 | | - |
37 | | -| Key | Description | Type | Default | |
38 | | -| --------------------------------------- | --------------------------------------------------------------------------------- | --------- | ----------------------------- | |
39 | | -| `lightningFlowScanner.SpecifyFiles` | Specify flow file paths instead of a root directory. | `boolean` | `false` | |
40 | | -| `lightningFlowScanner.NamingConvention` | Specify a REGEX expression to use as Flow Naming convention. | `string` | `"[A-Za-z0-9]+_[A-Za-z0-9]+"` | |
41 | | -| `lightningFlowScanner.APIVersion` | Specify an expression to validate the API version, i.e. '===50'(use at least 50). | `string` | `">50"` | |
42 | | -| `lightningFlowScanner.Reset` | Reset all configurations on every scan | `boolean` | `false` | |
43 | | - |
44 | | -<!-- configs --> |
| 10 | +[Lightning Flow Scanner VSX](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx) is a new, fortified fork addressing vulnerabilities and delivering a safer extension. |
0 commit comments