From 343aaecba542211db90529e6d83b86685a3677b2 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Tue, 26 May 2020 23:51:20 -0400 Subject: [PATCH] update travis build status url --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index debef42..f25d9a3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ ![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattyjones/gitrob)![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/mattyjones/gitrob)![Code Climate issues](https://img.shields.io/codeclimate/issues/mattyjones/gitrob) -![Travis (.org)](https://img.shields.io/travis/mattyjones/Gitrob) - +[![Build Status](https://travis-ci.org/mattyjones/gitrob.svg?branch=master)](https://travis-ci.org/mattyjones/gitrob) Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github. Gitrob will clone repositories belonging to a user or organization down to a configurable depth and iterate through the commit history and flag files that match signatures for potentially sensitive files. The findings will be presented through a web interface for easy browsing and analysis.