shakerscan-cli
v0.1.1
Published
First-party CLI for the ShakerScan security control plane
Downloads
84
Maintainers
Readme
Shaker CLI
First-party command-line interface for the Shaker Scan control plane.
Install from npm:
npm install -g shakerscan-cli
shakerscan --helpOr run it without installing:
npx -y shakerscan-cli --helpCurrent commands:
usagescan submitscan statusscan waitfindingsverifypolicy evalevidence getapproval-token issueapproval-token verifyremediation requestremediation getgate
Local usage from this repo:
cd scanner-app
npm run build:cli
npm run cli -- gate --target https://example.com --scan-type quick --environment preview --policy-pack preview-fast --approval-token trueModern scan presets:
quick, standard, deep, full, aggressive, smartAuth-aware example:
npx -y shakerscan-cli scan submit \
--target https://example.com \
--scan-type smart \
--auth-header "Bearer user-one-token" \
--user2-header "Bearer user-two-token"