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
-v/--version flag on both entrypoints (Node reads package.json, Python gets a __version__ constant + argparse version action). npx sentinel-scan-cli --version previously errored with "unrecognized argument: --version".
Fixed
Python's scan-output VERSION constant synced to 1.4.1 for byte-for-byte output parity with the Node port (both now emit "version":"1.4.1").
npm publishing switched to tokenless Trusted Publishing (OIDC), dropping the NPM_TOKEN/granular-token 2FA-bypass dependency ahead of its GitHub-side deprecation.
Also since v1.4.0
README updated to reflect sentinel-scan-cli being live on npm (npx sentinel-scan-cli / npm i -g sentinel-scan-cli work directly, no github: install prefix needed).
--fail-on CI exit-code gating added to both sentinel-scan and sentinel-scan mcp for bare-CLI users running their own CI, independent of the GitHub Action.