File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ All examples: [`docs/examples/`](docs/examples/).
7272| ----------------| -----------------------------------| ------|
7373| Azure DevOps | Full Project Scan | [ ` azure-pipelines-flow-FullScan.yml ` ] ( docs/examples/azure-devops/azure-pipelines-flow-FullScan.yml ) |
7474| Azure DevOps | Change-Based Scan | [ ` azure-pipelines-flow-changedFiles.yml ` ] ( docs/examples/azure-devops/azure-pipelines-flow-changedFiles.yml ) |
75- | Copado | Full & Change-Based Scans | [ Copado CI/CD Plugin] ( https://github.com/Flow-Scanner/lightning-flow-scanner-copado ) |
75+ | Copado DevOps | Full & Change-Based Scans | [ CI/CD Plugin] ( https://github.com/Flow-Scanner/lightning-flow-scanner-copado ) |
7676| GitHub | Full & Change-Based Scans | [ ` scan-flows.yml ` ] ( docs/examples/github-action/scan-flows.yml ) |
7777
7878> ** Why a Native GitHub Action**
79- > - ** No ` sf ` CLI required** – runs natively with Node.js.
8079> - ** Scans ` .flow ` and ` .flow-meta.xml ` files directly** from your repo.
81- > - ** Auto-detects changed flows** in PRs using Git diff.
8280> - ** Automatically loads ` .flow-scanner ` config** (YAML, JSON, or ` package.json ` ).
81+ > - ** Auto-detects changed flows** in PRs using Git diff.
82+ > - ** No ` sf ` CLI required** – runs natively with Node.js.
8383>
8484> For more information, see [ ` lightning-flow-scanner-action ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-action?tab=readme-ov-file#usage )
8585
You can’t perform that action at this time.
0 commit comments