Skip to content

Commit 875b023

Browse files
GabinL21sonartech
authored andcommitted
SONARTEXT-824 Secrets CLI should not process binary files (#1136)
GitOrigin-RevId: c5339a535075770836dab8cf92cf23efeb60228a
1 parent 143c63e commit 875b023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-text-plugin/src/main/java/org/sonar/plugins/common/NotBinaryFilePredicate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
public class NotBinaryFilePredicate implements FilePredicate {
3434

35-
private static final List<String> DEFAULT_BINARY_EXTENSIONS = List.of(
35+
public static final List<String> DEFAULT_BINARY_EXTENSIONS = List.of(
3636
"3dm",
3737
"3ds",
3838
"3g2",

0 commit comments

Comments
 (0)