Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from simplifi/badges
Browse files Browse the repository at this point in the history
Add a badge for goreportcard
  • Loading branch information
cjonesy authored Mar 5, 2020
2 parents 80444a3 + 545a4b7 commit 6a6ac67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# looking-glass

[![Build Status](https://travis-ci.com/simplifi/looking-glass.svg?branch=master)](https://travis-ci.com/simplifi/looking-glass)
[![Build Status](https://travis-ci.com/simplifi/looking-glass.svg?branch=master)](https://travis-ci.com/simplifi/looking-glass) [![Go Report Card](https://goreportcard.com/badge/github.com/simplifi/looking-glass)](https://goreportcard.com/report/github.com/simplifi/looking-glass) [![Release](https://img.shields.io/github/release/simplifi/looking-glass.svg)](https://github.com/simplifi/looking-glass/releases/latest)

Looking Glass is a tool for mirroring objects to Artifactory.

## Why would you want to do this?

It is common for vendors to release binaries to an S3 bucket or FTP. To prevent 100's of servers from reaching outside our network during deployments, we had manually copied these binaries to our Artifactory instance. Looking Glass automates this for us, so we know our Artifactory repo is always up to date!
It is common for vendors to release binaries to an S3 bucket or FTP. To prevent 100's of servers from reaching outside our network during deployments, we had manually copied these binaries to our Artifactory instance. Looking Glass automates this for us, so we know our Artifactory repo is always up to date!


# Setup
Expand Down Expand Up @@ -71,7 +71,7 @@ This is where you tell looking-glass how to download objects from s3
### `agents.downloader` (github)
This is where you tell looking-glass how to download assets from Github
- `type` - The type of downloader that you with to run (`github` in this case)
- `config.github_repo` - The github repo (in the form of `owner/repo_name`) from which to pull release assets
- `config.github_repo` - The github repo (in the form of `owner/repo_name`) from which to pull release assets
- `config.github_token` - (optional) The token to authenticate with when pulling release assets

# Usage
Expand Down

0 comments on commit 6a6ac67

Please sign in to comment.