Integrate FOSSA (#86)

Add a FOSSA check to the build steps.

Resolves: GO-468
This commit is contained in:
Manjari Akella
2021-05-25 12:08:50 -07:00
committed by GitHub
parent 3db2fee91a
commit 9c6ac71468
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,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
with:

3
.gitignore vendored
View File

@@ -10,3 +10,6 @@ lint.log
# Profiling output
*.prof
# Output of fossa analyzer
/fossa