Skip to content

Commit

Permalink
Adding webp to strelka scanners (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Oct 4, 2023
1 parent 9af68ef commit 9ddd9a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/configs/scanners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ scanners:
- 'bmp_file'
- 'application/x-shockwave-flash'
- 'fws_file'
- 'image/webp'
priority: 5
options:
keys:
Expand Down Expand Up @@ -322,6 +323,7 @@ scanners:
- 'bmp_file'
- 'application/pdf'
- 'pdf'
- 'image/webp'
priority: 5
options:
extract_text: True
Expand Down Expand Up @@ -408,6 +410,7 @@ scanners:
- 'type_is_tiff'
- 'image/x-ms-bmp'
- 'bmp_file'
- 'image/webp'
priority: 5
'ScanRar':
- positive:
Expand Down

0 comments on commit 9ddd9a8

Please sign in to comment.