Skip to content

Commit 60d2c30

Browse files
committed
Update install docs
1 parent 6aaa0f2 commit 60d2c30

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/install.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ The final stage shows the Vimana Framework ready for use, displaying the plugin
5757
![image](https://github.com/user-attachments/assets/35614a24-2ec2-4493-97d4-6ac9c2156189)
5858

5959

60+
To activate the environment and use Vimana, just run `source vfe`:
61+
![image](https://github.com/user-attachments/assets/2fa451b4-bc8f-4d1a-abb3-374b6449c140)
62+
6063
**Why UV?**
6164
- 10-100x faster than pip
6265
- Automatic dependency resolution

siddhis/framewalk/engines/vulnerability.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ def _add_cves_to_results(self, framework: str, cves: List[Dict[str, Any]]) -> No
6464
if not hasattr(self.result_manager, 'vulnerability_data'):
6565
self.result_manager.vulnerability_data = {}
6666
self.result_manager.vulnerability_data[framework] = cves
67+

0 commit comments

Comments
 (0)