Skip to content

Commit 9130f4b

Browse files
authored
Fix binary detection (#197)
2 parents 29114d5 + 85d173c commit 9130f4b

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

scanners/boostsecurityio/baseline/module.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,31 @@ scan_types:
1111

1212
config:
1313
support_diff_scan: true
14-
14+
include_files:
15+
- "*.crx"
16+
- "*.deb"
17+
- "*.dex"
18+
- "*.dey"
19+
- "*.elf"
20+
- "*.o"
21+
- "*.so"
22+
- "*.iso"
23+
- "*.class"
24+
- "*.jar"
25+
- "*.bundle"
26+
- "*.dylib"
27+
- "*.lib"
28+
- "*.msi"
29+
- "*.dll"
30+
- "*.drv"
31+
- "*.efi"
32+
- "*.exe"
33+
- "*.ocx"
34+
- "*.pyc"
35+
- "*.pyo"
36+
- "*.par"
37+
- "*.rpm"
38+
- "*.whl"
1539

1640
steps:
1741
- scan:

0 commit comments

Comments
 (0)