Skip to content

Commit

Permalink
Merge pull request #342 from ryanohoro/iso-mime
Browse files Browse the repository at this point in the history
Swap out the ScanIso mime flavor to improve support for .img files
  • Loading branch information
phutelmyer authored Mar 1, 2023
2 parents ac668ba + 8bce3bb commit 6b11ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/python/backend/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ scanners:
'ScanIso':
- positive:
flavors:
- 'iso_file'
- 'application/x-iso9660-image'
priority: 5
options:
limit: 50
Expand Down

0 comments on commit 6b11ae1

Please sign in to comment.