From 0c8a8aa1a5aa0abc3da1888173621137781130fe Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 10 Oct 2025 16:25:26 -0700 Subject: [PATCH] - Added a --no-ignore CLI flag to disable inline directives when you need every potential secret reported - Added: repeatable --ignore-comment flag to reuse inline directives from other scanners (for example NOSONAR, kics-scan ignore, gitleaks:allow, etc) --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baba4b9..80c388b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file. ## [v1.57.0] - Added inline ignore directive detection to treat suppression tokens anywhere on surrounding lines, including multi-line handling - Added a `--no-ignore` CLI flag to disable inline directives when you need every potential secret reported -- Added: repeatable `--ignore-comment ` flag to reuse inline directives from other scanners (for example `NOSONAR`, - `kics-scan ignore`, `gitleaks:allow`, etc) +- Added: repeatable `--ignore-comment ` flag to reuse inline directives from other scanners (for example `NOSONAR`, `kics-scan ignore`, `gitleaks:allow`, etc) ## [v1.56.0] - Fixed tree-sitter scanning bug where passing --no-base64 caused errors to be printed when the file type couldn’t be determined