|
11 | 11 |
|
12 | 12 | ## Usage |
13 | 13 |
|
14 | | -Use our side bar or the **Command Palette** and type `Flow Scanner` to see the list of all available commands. |
| 14 | +Use our side bar or the **Command Palette** and type `flowscanner` to see the list of all available commands. |
15 | 15 |
|
16 | | -* `Configure Rules` Allows to define rules and expressions as per defined in the [core documentation](https://github.com/Flow-Scanner/lightning-flow-scanner-core). |
17 | | -* `Scan Flows` allows choosing either a directory or a selection of flows to run the analysis against. |
18 | | -* `Fix Flows` will apply available fixes automatically. |
19 | | -* `Open Documentation` can be used to reference the documentation. |
| 16 | +* `Configure Flow Scanner` - Set up rules in `.flow-scanner.yml` (see [documentation](https://github.com/Flow-Scanner/lightning-flow-scanner-core)) |
| 17 | +* `Scan Flows` - Analyze a directory or selected flow files |
| 18 | +* `Fix Flows` - Automatically apply available fixes |
| 19 | +* `Flow Scanner Documentation` - Open the rules reference guide |
20 | 20 |
|
21 | 21 | **Privacy:** Zero user data collected. All processing is client-side. |
22 | 22 | → See Data Handling in our [Security Policy](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx?tab=security-ov-file). |
23 | 23 |
|
24 | 24 | ## Configuration |
25 | 25 |
|
26 | | -| Key | Description | Default Value | |
27 | | -| -------------------------------- | --------------------------------------------------------------------------------- | ----------------------------- | |
28 | | -| `flowscanner.SpecifyFiles` | Specify flow file paths instead of a root directory. | `false` | |
29 | | -| `flowscanner.NamingConvention` | Specify a REGEX expression to use as Flow Naming convention. | `[A-Za-z0-9]+_[A-Za-z0-9]+` | |
30 | | -| `flowscanner.APIVersion` | Specify an expression to validate the API version, i.e. '===50'(use at least 50). | `>50` | |
| 26 | +| Key | Description | Default Value | |
| 27 | +| ---------------------------- | ---------------------------------------------------- | ------------- | |
| 28 | +| `flowscanner.SpecifyFiles` | Specify flow file paths instead of a root directory. | `false` | |
31 | 29 |
|
32 | 30 | ## Development |
33 | 31 |
|
@@ -84,7 +82,7 @@ If you’re developing or testing updates to the core module, you can link it lo |
84 | 82 |
|
85 | 83 | ## VSCE to VSX |
86 | 84 |
|
87 | | -The `lightning-flow-scanner-vsce` package was unpublished from the Visual Studio and Open VSX Marketplaces due to a vulnerability in `lightning-flow-scanner-core`, stemming from unsafe rule loading. This issue was addressed in [v5 of the core library](https://github.com/Flow-Scanner/lightning-flow-scanner-core/releases/tag/v5.1.0). This fork, created on 22/09/2025, emphasizes security and maintainability. |
| 85 | +The `lightning-flow-scanner-vsce` package was unpublished from the Visual Studio and Open VSX Marketplaces due to a vulnerability stemming from unsafe rule loading. The issue was addressed in [v5 of the core library](https://github.com/Flow-Scanner/lightning-flow-scanner-core/releases/tag/v5.1.0). This fork, created on 22/09/2025, emphasizes security and maintainability. |
88 | 86 |
|
89 | 87 | <p><strong>Want to help improve Lightning Flow Scanner? See our <a href="https://github.com/Flow-Scanner/lightning-flow-scanner-core?tab=contributing-ov-file">Contributing Guidelines</a></strong></p> |
90 | 88 | <!-- force-contributors-render: 2025-10-28 22:10:01 --> |
0 commit comments