We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29114d5 + 85d173c commit 9130f4bCopy full SHA for 9130f4b
scanners/boostsecurityio/baseline/module.yaml
@@ -11,7 +11,31 @@ scan_types:
11
12
config:
13
support_diff_scan: true
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"
39
40
steps:
41
- scan:
0 commit comments