feat: Add support for active scanning in paranoid mode (#31)

* feat: Add support for active scanning in paranoid mode

* docs: Fix README
This commit is contained in:
Abhisek Datta
2025-05-16 19:38:06 +05:30
committed by GitHub
parent 81d4875b8d
commit b85f77cfbc
6 changed files with 167 additions and 6 deletions
+5
View File
@@ -15,6 +15,11 @@ type Config struct {
Transitive bool
TransitiveDepth int
IncludeDevDependencies bool
Paranoid bool
// DryRun to check for packages for risks.
// Do not actually execute any commands.
DryRun bool
}
// Inject config into context while protecting against context poisoning