We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de646f7 commit d9d1059Copy full SHA for d9d1059
README.md
@@ -81,6 +81,16 @@ npx stackscan scan --color brand
81
82
---
83
84
+## Dependabot & Security
85
+
86
+When hosting `package.json` files for analysis, security tools like Dependabot may incorrectly flag them as vulnerable dependencies of your project.
87
88
+To prevent this, StackScan will **automatically rename** any `package.json` found in `public/stackscan/` to `_package.json`.
89
+- Dependabot ignores `_package.json`.
90
+- StackScan prioritizes reading `_package.json` on future runs.
91
92
+---
93
94
## Output
95
96
For each project in `public/stackscan/`, a `stack.json` is generated in the same folder.
0 commit comments