From 9569e1040880528e0d6aea4617230ee0f4c3387b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 8 Mar 2019 04:05:07 +0000 Subject: [PATCH 1/2] docs(greenkeeper): Add Greenkeeper badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4afe1f3..b7748fe 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Unfortunately due to size limitations, its not possible to keep the virus defini # Dependencies +[![Greenkeeper badge](https://badges.greenkeeper.io/randytarampi/slamscan.svg)](https://greenkeeper.io/) + ```bash brew install nvm clamav nvm install 8 From c21cd881806b7a7361b3f0f0d9ee342994488eb2 Mon Sep 17 00:00:00 2001 From: Randy Tarampi Date: Thu, 7 Mar 2019 20:53:02 -0800 Subject: [PATCH 2/2] docs: Fix badges. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7748fe..59d67b5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ |_______|3 |_______||__| |__||_| |_|bda Clam|_______||_______||__| |__||_| |__| ``` +[![Build status](https://img.shields.io/travis/com/randytarampi/slamscan.svg?style=flat-square)](https://travis-ci.com/randytarampi/slamscan) +[![Coverage status](https://img.shields.io/coveralls/randytarampi/slamscan.svg?style=flat-square)](https://coveralls.io/github/randytarampi/slamscan?branch=master) +[![Maintainability status](https://img.shields.io/codeclimate/maintainability-percentage/randytarampi/slamscan.svg?style=flat-square)](https://codeclimate.com/github/randytarampi/slamscan/maintainability) +[![Waffle.io board](https://badge.waffle.io/randytarampi/randytarampi.github.io.svg?columns=all&style=flat-square)](https://waffle.io/randytarampi/randytarampi.github.io) +[![Analytics](https://ga-beacon.appspot.com/UA-50921068-1/beacon/github/randytarampi/me/tree/master/packages/slamscan?flat&useReferrer)](https://github.com/igrigorik/ga-beacon) +[![Greenkeeper badge](https://badges.greenkeeper.io/randytarampi/slamscan.svg)](https://greenkeeper.io/) + Originally written in [2017](https://github.com/PeerJ/slamscan), and rewritten based off [upsidetravel/bucket-antivirus-function](https://github.com/upsidetravel/bucket-antivirus-function), the goal of this project was to efficiently virus scan files that are uploaded to a S3 bucket and notify the results of the scan. This is now just a relic that goes largely unused, but serves as a demo for the couple of people that wanted to see how I'd rewrite something in a "modern" way. S3 is configured to call a `node` handler when a S3 `PUT` event is received. The `node` handler calls out to `clamscan` and then publishes to SNS with the results. SNS can be configured to `POST` to a webhook or `PUT` in a SQS queue for later processing. @@ -17,8 +24,6 @@ Unfortunately due to size limitations, its not possible to keep the virus defini # Dependencies -[![Greenkeeper badge](https://badges.greenkeeper.io/randytarampi/slamscan.svg)](https://greenkeeper.io/) - ```bash brew install nvm clamav nvm install 8