From a63d4630ce9870ea185d18b62609dfbcc72e2ba5 Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 6 Dec 2018 23:39:58 -0800 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ca6da4c22..2f45961d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Build Status](https://travis-ci.org/wrouesnel/postgres_exporter.svg?branch=master)](https://travis-ci.org/wrouesnel/postgres_exporter) [![Coverage Status](https://coveralls.io/repos/github/wrouesnel/postgres_exporter/badge.svg?branch=master)](https://coveralls.io/github/wrouesnel/postgres_exporter?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/wrouesnel/postgres_exporter)](https://goreportcard.com/report/github.com/wrouesnel/postgres_exporter) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fshuiqing05%2Fpostgres_exporter.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fshuiqing05%2Fpostgres_exporter?ref=badge_shield) # PostgreSQL Server Exporter @@ -190,3 +191,7 @@ GRANT SELECT ON postgres_exporter.pg_stat_replication TO postgres_exporter; * To build release tar balls run `go run mage.go release`. * Build system is a bit temperamental at the moment since the conversion to mage - I am working on getting it to be a perfect out of the box experience, but am time-constrained on it at the moment. + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fshuiqing05%2Fpostgres_exporter.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fshuiqing05%2Fpostgres_exporter?ref=badge_large) \ No newline at end of file