Skip to content

Commit 76bbc3d

Browse files
Document how to run specific analyzers
1 parent 8988608 commit 76bbc3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

getting-started/usage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ php artisan enlightn
1010

1111
<img :src="$withBase('/images/terminal.png')" alt="Enlightn Terminal" />
1212

13+
If you wish to run specific analyzer classes, you may specify them as optional arguments:
14+
15+
```bash
16+
php artisan enlightn Enlightn\\Enlightn\\Analyzers\\Security\\CSRFAnalyzer Enlightn\\EnlightnPro\\Analyzers\\Security\\DirectoryTraversalAnalyzer
17+
```
18+
19+
Note that the class names should be fully qualified and escaped with double slashes as above.
20+
1321
## Failed Checks
1422

1523
All checks that fail will include a description of why they failed along with the associated lines of code (if applicable).

0 commit comments

Comments
 (0)