-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from jdonenine/K8SSAND-565--fossa-integration
Fossa Integration
- Loading branch information
Showing
3 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) | ||
# Visit https://fossa.com to learn more | ||
|
||
version: 2 | ||
cli: | ||
server: https://app.fossa.com | ||
fetcher: custom | ||
project: reaper-client-go | ||
analyze: | ||
modules: | ||
- name: github.com/k8ssandra/reaper-client-go/reaper | ||
type: go | ||
target: github.com/k8ssandra/reaper-client-go/reaper | ||
path: reaper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Dependency and License Scan | ||
on: | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
scan-repo: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Install Fossa CLI | ||
run: | | ||
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash | ||
- name: Scan for dependencies and licenses | ||
run: | | ||
FOSSA_API_KEY=${{ secrets.FOSSA_PUSH_ONLY_API_KEY }} fossa analyze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# reaper-client-go | ||
A Go client library for the Cassandra Reaper REST API | ||
A Go client library for the Reaper for Apache Cassandra® REST API | ||
|
||
**Build Status** [![CircleCI](https://circleci.com/gh/jsanda/reaper-client-go/tree/master.svg?style=svg)](https://circleci.com/gh/jsanda/reaper-client-go/tree/master) | ||
|
||
## Dependencies | ||
|
||
For information on the packaged dependencies of reaper-client-go and their licenses, check out our [open source report](https://app.fossa.com/reports/ee42f821-5e09-4347-8ffb-d4155b3f350b). |