Skip to content

Commit

Permalink
Fix K8S backend configmap yaml
Browse files Browse the repository at this point in the history
Backend reported errors parsing previously.
  • Loading branch information
cameron-dunn-sublime committed Oct 8, 2021
1 parent 34c3f2d commit 1ac0037
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions misc/kubernetes/backend-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ data:
- 'application/x-bzip2'
- 'bzip2_file'
priority: 5
#'ScanCapa':
# - positive:
# flavors:
# - 'application/x-dosexec'
# - 'mz_file'
# priority: 5
# options:
# tmp_directory: '/dev/shm/'
# location: '/etc/capa/'
# 'ScanCapa':
# - positive:
# flavors:
# - 'application/x-dosexec'
# - 'mz_file'
# priority: 5
# options:
# tmp_directory: '/dev/shm/'
# location: '/etc/capa/'
'ScanDocx':
- positive:
flavors:
Expand Down Expand Up @@ -164,22 +164,22 @@ data:
- 'ImageHeight'
- 'ImageWidth'
tmp_directory: '/dev/shm/'
#'ScanFloss':
# - positive:
# flavors:
# - 'application/x-dosexec'
# - 'mz_file'
# priority: 5
# options:
# tmp_directory: '/dev/shm/'
# limit: 100
'ScanFooter':
- positive:
flavors:
- '*'
priority: 5
options:
length: 50
# 'ScanFloss':
# - positive:
# flavors:
# - 'application/x-dosexec'
# - 'mz_file'
# priority: 5
# options:
# tmp_directory: '/dev/shm/'
# limit: 100
'ScanFooter':
- positive:
flavors:
- '*'
priority: 5
options:
length: 50
'ScanGif':
- positive:
flavors:
Expand Down

0 comments on commit 1ac0037

Please sign in to comment.