Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into remove_space_default…
Browse files Browse the repository at this point in the history
…_descriptor
  • Loading branch information
attiasas committed Nov 13, 2023
2 parents b4290e2 + 97009d6 commit 9934131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/commands/audit/jas/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9934131

Please sign in to comment.