unamuno / docker-clamav-malware-scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malware Scanner Service

This repository contains the code to build a pipeline that scans documents uploaded to GCS for malware. It illustrates how to use App Engine Flex and Cloud Functions to build such a pipeline.

How to use this example

Use the tutorial to understand how to configure your Google Cloud Platform project to use Cloud functions and App Engine Flex.

  1. Check it out from GitHub.
  2. Create a new local repository and copy the files from this repo into it.
  3. Develop and enhance it for your use case

Quickstart

Clone this repository

git clone https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner.git

Change directory to one of the example directories

Follow the walkthrough in the tutorial associated with the Nodejs example for configuration details of Cloud platform products (Cloud Storage, Cloud Functions and App Engine Flex) and adapt accordingly using the accompanying README for each example.

License

Copyright 2019 Google LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

License:Apache License 2.0


Languages

Language:JavaScript 76.5%Language:Dockerfile 12.9%Language:Shell 10.7%