File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,29 @@ cd SimpleSecCheck
8989
9090That's it! Results will be available in the ` results/ ` directory.
9191
92+ ### Scan Examples
93+
94+ #### 🌐 Website/Domain Scanning
95+ Scan any public website or application:
96+ ``` bash
97+ ./run-docker.sh https://example.com
98+ ```
99+ ![ Website Scan Example] ( assets/1.png )
100+
101+ #### 💻 Local Codebase Scanning
102+ Scan your local project for security issues:
103+ ``` bash
104+ ./run-docker.sh /path/to/your/project
105+ ```
106+ ![ Codebase Scan Example] ( assets/2.png )
107+
108+ #### 🏠 Local Network Scanning
109+ Scan applications in your local Docker network (e.g., ` http://host.docker.internal:8000 ` ):
110+ ``` bash
111+ ./run-docker.sh network
112+ ```
113+ ![ Local Network Scan Example] ( assets/3.png )
114+
92115### What Gets Scanned
93116
94117** Code Projects:**
You can’t perform that action at this time.
0 commit comments