Skip to content

Commit a63d463

Browse files
committed
Add license scan report and status
Signed-off-by: fossabot <[email protected]>
1 parent 72446a5 commit a63d463

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Build Status](https://travis-ci.org/wrouesnel/postgres_exporter.svg?branch=master)](https://travis-ci.org/wrouesnel/postgres_exporter)
22
[![Coverage Status](https://coveralls.io/repos/github/wrouesnel/postgres_exporter/badge.svg?branch=master)](https://coveralls.io/github/wrouesnel/postgres_exporter?branch=master)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/wrouesnel/postgres_exporter)](https://goreportcard.com/report/github.com/wrouesnel/postgres_exporter)
4+
[![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)
45

56
# PostgreSQL Server Exporter
67

@@ -190,3 +191,7 @@ GRANT SELECT ON postgres_exporter.pg_stat_replication TO postgres_exporter;
190191
* To build release tar balls run `go run mage.go release`.
191192
* Build system is a bit temperamental at the moment since the conversion to mage - I am working on getting it
192193
to be a perfect out of the box experience, but am time-constrained on it at the moment.
194+
195+
196+
## License
197+
[![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)

0 commit comments

Comments
 (0)