Skip to content

Commit

Permalink
Integrate FOSSA (#953)
Browse files Browse the repository at this point in the history
Add a FOSSA check to the build steps.

Resolves: GO-468
  • Loading branch information
manjari25 authored and abhinav committed May 25, 2021
1 parent 4110cb4 commit d3092aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -26,6 +26,11 @@ jobs:

- name: Checkout code
uses: actions/checkout@v2

- name: FOSSA analysis
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}

- name: Load cached dependencies
uses: actions/cache@v1
Expand Down

0 comments on commit d3092aa

Please sign in to comment.