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
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
## Table of contens
16
16
17
17
-**[Usage](#usage)**
18
+
-[Examples](#examples)
18
19
-**[Configuration](#configuration)**
19
20
-[Scanner Options](#scanner-options)
20
21
-**[Installation](#installation)**
@@ -45,6 +46,23 @@ Customize the scan behavior using the following options:
45
46
46
47
**Privacy:** Zero user data collected. All processing is client-side. → See Data Handling in our [Security Policy](https://github.com/Flow-Scanner/lightning-flow-scanner-cli?tab=security-ov-file).
47
48
49
+
### Examples
50
+
51
+
Quick local scan with JSON output
52
+
```
53
+
sf flow:scan -d ./flows --json
54
+
```
55
+
56
+
CI/CD ready with SARIF
57
+
```
58
+
sf flow:scan -d src/flows --sarif > report.sarif
59
+
```
60
+
61
+
Scan only two specific flows with beta rules
62
+
```
63
+
sf flow:scan -p "flows/Opportunity_Auto_Approve.flow-meta.xml" "flows/Case_Escalation.flow-meta.xml" -z --json
0 commit comments