We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8988608 commit 76bbc3dCopy full SHA for 76bbc3d
getting-started/usage.md
@@ -10,6 +10,14 @@ php artisan enlightn
10
11
<img :src="$withBase('/images/terminal.png')" alt="Enlightn Terminal" />
12
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
21
## Failed Checks
22
23
All checks that fail will include a description of why they failed along with the associated lines of code (if applicable).
0 commit comments