socket report create <path(s)-to-folder-or-file>
- Create a report on
Socket.dev
Upload the specified package.json
and lock files for JavaScript, Python, and
Go dependency manifests. If any folder is specified, the ones found in there
recursively are uploaded.
Glob patterns such as **/package.json
, **/requirements.txt
,
**/pyproject.toml
, and **/go.mod
is supported.
Intuitively ignores files matching your project's .gitignore
, the
projectIgnorePaths
in your project's
socket.yml
, and a sensible set of
default ignore patterns.