diff --git a/xray/commands/audit/jas/common.go b/xray/commands/audit/jas/common.go index be165aa32..010ecb5a4 100644 --- a/xray/commands/audit/jas/common.go +++ b/xray/commands/audit/jas/common.go @@ -29,7 +29,7 @@ const ( ) var ( - DefaultExcludePatterns = []string{"**/*test*/**", "**/*venv*/**", NodeModulesPattern, "**/*target*/**"} + DefaultExcludePatterns = []string{"**/.git/**", "**/*test*/**", "**/*venv*/**", NodeModulesPattern, "**/target/**"} mapSeverityToScore = map[string]string{ "": "0.0",