From 3c6335829ee6836547f9095beb3b01c5463607d4 Mon Sep 17 00:00:00 2001 From: Iddo Hauschner Date: Sun, 18 Jan 2026 11:52:12 +0200 Subject: [PATCH] fix: missing add sast rules from audit command --- cli/docs/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/docs/flags.go b/cli/docs/flags.go index 0b97794a..079a5e94 100644 --- a/cli/docs/flags.go +++ b/cli/docs/flags.go @@ -195,7 +195,7 @@ var commandFlags = map[string][]string{ useWrapperAudit, DepType, RequirementsFile, Fail, ExtendedTable, WorkingDirs, ExclusionsAudit, Mvn, Gradle, Npm, Pnpm, Yarn, Go, Swift, Cocoapods, Nuget, Pip, Pipenv, Poetry, MinSeverity, FixableOnly, ThirdPartyContextualAnalysis, Threads, auditSca, auditIac, auditSast, auditSecrets, auditWithoutCA, SecretValidation, ScanVuln, OutputDir, SkipAutoInstall, AllowPartialResults, MaxTreeDepth, - StaticSca, XrayLibPluginBinaryCustomPath, AnalyzerManagerCustomPath, UploadRtRepoPath, UseIncludedBuilds, + StaticSca, XrayLibPluginBinaryCustomPath, AnalyzerManagerCustomPath, UploadRtRepoPath, UseIncludedBuilds, AddSastRules, }, UploadCdx: { UploadRepoPath, uploadProjectKey,