@rajendra_7/securedev
v0.1.2
Published
CLI agent for SecureDev real-time security scanning.
Readme
securedev
CLI agent for SecureDev real-time security scanning.
Install
npm install -D securedevUsage
npx securedev watchOn startup, the agent performs an initial baseline scan of all supported code files in the project, then continues scanning changed files on save.
Required environment variables:
SECUREDEV_API_KEYSECUREDEV_PROJECT_IDSECUREDEV_API_URL(optional, defaults tohttp://localhost:3000)
Example:
SECUREDEV_API_KEY=sk_live_xxx \
SECUREDEV_PROJECT_ID=proj_xxx \
SECUREDEV_API_URL=http://localhost:3000 \
npx securedev watch