Skip to content

Commit

Permalink
patch service_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Mar 15, 2022
1 parent bbb6be9 commit b332591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DocumentPreview
version: $SERVICE_TAG
description: Use OCR to detect for signs of malicious behaviour in Office and PDF files

accepts: (document/pdf|document/office/.*)
accepts: document/(pdf|office/.*)
rejects: empty|metadata/.*

stage: CORE
Expand Down Expand Up @@ -34,6 +34,6 @@ heuristics:
filetype: "*"

docker_config:
image: cccs/assemblyline-service-document-preview:$SERVICE_TAG
image: ${REGISTRY}cccs/assemblyline-service-document-preview:$SERVICE_TAG
cpu_cores: 1
ram_mb: 256
ram_mb: 1024

0 comments on commit b332591

Please sign in to comment.