Skip to content

Commit

Permalink
Merge pull request #8 from jdonenine/K8SSAND-565--fossa-integration
Browse files Browse the repository at this point in the history
Fossa Integration
  • Loading branch information
jdonenine authored Jun 17, 2021
2 parents fe2ba92 + c18ed8f commit 129262d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .fossa.yml
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
17 changes: 17 additions & 0 deletions .github/workflows/license-check.yml
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
6 changes: 5 additions & 1 deletion README.md
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).

0 comments on commit 129262d

Please sign in to comment.