Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fossa #33

Merged
merged 3 commits into from
Nov 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
parallelism: 4
working_directory: /go/src/github.com/Lingrino/vaku
steps:
- run:
name: Install fossa
command: "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash"
- checkout
- run:
name: Make sure there's nothing to go fmt
Expand All @@ -24,6 +27,9 @@ jobs:
- run:
name: Get Packages
command: dep ensure
- run:
name: Run fossa
command: fossa
- run:
name: Run Tests
command: go test -cover -v ./...
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![CircleCI](https://circleci.com/gh/Lingrino/vaku.svg?style=svg)](https://circleci.com/gh/Lingrino/vaku)
[![Go Report Card](https://goreportcard.com/badge/github.com/Lingrino/vaku)](https://goreportcard.com/report/github.com/Lingrino/vaku)
[![GoDoc](https://godoc.org/github.com/Lingrino/vaku/vaku?status.svg)](https://godoc.org/github.com/Lingrino/vaku/vaku)
[![FOSSA Status](https://app.fossa.io/api/projects/custom%2B6950%2Fgit%40github.com%3ALingrino%2Fvaku.git.svg?type=shield)](https://app.fossa.io/projects/custom%2B6950%2Fgit%40github.com%3ALingrino%2Fvaku.git?ref=badge_shield)

Vaku is a CLI and Go API that add useful functions on top of Hashicorp Vault.

Expand Down Expand Up @@ -93,3 +94,7 @@ creates an external dependency for the tests but makes it much simpler to test d
Vault versions and key/value mounts. With docker and docker-compose installed tests
can be run with a simple `make test`. CircleCI will also build all commits and report
status on all PRs.

## Miscellaneous

[![FOSSA Status](https://app.fossa.io/api/projects/custom%2B6950%2Fgit%40github.com%3ALingrino%2Fvaku.git.svg?type=large)](https://app.fossa.io/projects/custom%2B6950%2Fgit%40github.com%3ALingrino%2Fvaku.git?ref=badge_large)