Skip to content

Commit c07be5a

Browse files
Merge pull request #1252 from Checkmarx/bug/AST-106740
Added gemfile support for scan (AST-106740)
2 parents 6b367a4 + 4698cfb commit c07be5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/params/filters.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ var BaseIncludeFilters = []string{
140140
"*.jsx",
141141
"*.bicepparam",
142142
"*.bicep",
143+
"Gemfile",
143144
}
144145

145146
var BaseExcludeFilters = []string{

0 commit comments

Comments
 (0)