update docs (#71)

This commit is contained in:
Sahil Bansal
2025-08-28 20:53:24 +05:30
committed by GitHub
parent cd8fb52c47
commit 099dc45958
+8
View File
@@ -207,6 +207,14 @@ uv pip install -r requirements.txt
PMG scans the exact package versions specified in lockfiles and blocks installation if malicious packages are detected.
### Active Scanning
Use the `--paranoid` flag to perform active malware scanning on unknown packages (requires [SafeDep Cloud credentials](https://docs.safedep.io/cloud/authentication#api-key-authentication)):
```bash
pmg --paranoid npm install <package-name>
```
### Silent Mode
Use the `--silent` flag to run PMG in silent mode: