Onboardbase / securelog-scan

Scan your codebase, team’s logs, build environments, repos & CI pipelines for leaked secrets and API tokens.
https://securelog.com
Other
16 stars 0 forks source link

Feat: New Detectors #48

Closed iamnasirudeen closed 3 weeks ago

iamnasirudeen commented 3 weeks ago

Added new detectors

Added support for scanning and auto masking secrets in a string via the command below

sls scan --rawValue "secrets to auto scan and mask"

Fixes