@devseccode/scanner-linux-x64
v0.4.3
Published
Prebuilt public dsc CLI binary for linux-x64 (glibc). Installed automatically by @devseccode/scanner on x86_64 Linux.
Readme
@devseccode/scanner-linux-x64
Don't install this package directly. Install
@devseccode/scannerinstead — it auto-resolves this platform package for x86_64 Linux.
This package ships the prebuilt devseccode binary for linux-x64
(x86_64 Linux running glibc — Debian, Ubuntu, RHEL, Fedora, Amazon
Linux, etc.). It is not compatible with Alpine / musl Linux; use a
glibc base image in CI. It is listed as an optionalDependency of
@devseccode/scanner, so npm only downloads the platform variant
that matches your OS and CPU.
What's inside
bin/dsc— the standalone DevSecCode public CLI binary. Built via PyInstaller from DevSecCode/DevSecCode-NPM with no external Python or runtime dependency.
Install (via the parent package)
# One-shot:
npx @devseccode/scanner hunt .
# Global:
npm install -g @devseccode/scanner
devseccode hunt .
# Project-local:
npm install --save-dev @devseccode/scannerThe Node wrapper in @devseccode/scanner (bin/dsc.js) detects your
platform and require.resolve()s this package to find the binary.
License
Proprietary — see the LICENSE file shipped in this tarball, also
reproduced in the parent
package. Installing
or using this package means you accept the DevSecCode End User License
Agreement.
