You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`socket report create <path(s)-to-folder-or-file>` - creates a report on [socket.dev](https://socket.dev/)
28
28
29
-
Uploads the specified `package.json` and lock files for JavaScriptand Python dependency manifests.
29
+
Uploads the specified `package.json` and lock files for JavaScript, Python, and Go dependency manifests.
30
30
If any folder is specified, the ones found in there recursively are uploaded.
31
31
32
-
Supports globbing such as `**/package.json`, `**/requirements.txt`, and `**/pyproject.toml`.
32
+
Supports globbing such as `**/package.json`, `**/requirements.txt`, `**/pyproject.toml`, and `**/go.mod`.
33
33
34
34
Ignores any file specified in your project's `.gitignore`, the `projectIgnorePaths` in your project's [`socket.yml`](https://docs.socket.dev/docs/socket-yml) and on top of that has a sensible set of [default ignores](https://www.npmjs.com/package/ignore-by-default)
0 commit comments