Skip to content

A Visual Studio Code 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.

License

Notifications You must be signed in to change notification settings

Flow-Scanner/lightning-flow-scanner-vsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning Flow Scanner Banner

Flow Overview

Features/Commands

Use our side bar or the Command Palette and type Flow Scanner to see the list of all available commands.

  • Scan Flows allows choosing either a directory or a selection of flows to run the analysis against. More information on the default rules can be found in the core documentation.
  • Fix Flows will apply available fixes automatically.
  • Open Documentation can be used to reference the documentation.
Command Title
lightningflowscanner.openDocumentation Open the documentation
lightningflowscanner.scanFlows Scan Flows
lightningflowscanner.debugView Debug Flow Scanner View
lightningflowscanner.fixFlows Fix Flows
lightningflowscanner.configRules Configurate Flow Rules

Configuration Options

Key Description Default Value
lightningFlowScanner.SpecifyFiles Specify flow file paths instead of a root directory. false
lightningFlowScanner.NamingConvention Specify a REGEX expression to use as Flow Naming convention. "[A-Za-z0-9]+_[A-Za-z0-9]+"
lightningFlowScanner.APIVersion Specify an expression to validate the API version, i.e. '===50'(use at least 50). ">50"
lightningFlowScanner.Reset Reset all configurations on every scan false

About

A Visual Studio Code 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published