Below you will find pages that utilize the taxonomy term “Sentinel-Cli”
July 13, 2026
Sentinel Git Secrets Scanner
Version updated for https://github.com/sentinel-cli/sentinel to version v2.0.7.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Sentinel is a high-performance, zero-dependency Git pre-commit secret scanner and credentials detector written in Go. It automatically blocks accidental commits of sensitive information such as API keys, SSH private keys, and cloud credentials before they enter version control. Sentinel uses a three-tier detection pipeline to efficiently scan for secrets, with support for pattern matching, entropy analysis, and context classification.
July 11, 2026
Sentinel Git Secrets Scanner
Version updated for https://github.com/sentinel-cli/sentinel to version v2.0.6.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Full Changelog: https://github.com/sentinel-cli/sentinel/compare/v2.0.5...v2.0.6
July 7, 2026
Sentinel Git Secrets Scanner
Version updated for https://github.com/sentinel-cli/sentinel to version v2.0.5.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Sentinel v2.0.5 Stable Release This release introduces significant performance optimizations and key fixes:
Zero-Allocation Flat DFA Engine: Trie memory footprint reduced to ~500KB and peak RAM down to ~11MB. 100% Core Test Coverage achieved for reporter, git, commands, and updater packages. Heuristics & Suppressions: Added support for Mailgun/Hex letters-only findings and fixed updater comparison logic. Dedicated Output Argument: Added the -o / --output flag to Sentinel scan, enabling silent SARIF/JSON generation in CI while keeping pretty CLI logs. CI/CD Integration: Reusable GitHub Action with native SARIF output, officially published to the Marketplace as Sentinel Git Secrets Scanner. Full Changelog: https://github.com/sentinel-cli/sentinel/compare/v2.0.4...v2.0.5