Skip to content

Commit

Permalink
Add Podfile and Podfile.lock to BaseFilter (Checkmarx#565)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Lopes <[email protected]>
  • Loading branch information
margaritalm and pedrompflopes authored Aug 9, 2023
1 parent ee1b6df commit 33943c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/params/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ var BaseFilters = []string{
"*.plist",
"go.mod",
"go.sum",
"Podfile",
"Podfile.lock",
}

var KicsBaseFilters = []string{
Expand Down

0 comments on commit 33943c6

Please sign in to comment.