diff options
author | 2021-05-25 11:55:42 -0700 | |
---|---|---|
committer | 2021-05-25 11:55:42 -0700 | |
commit | 534a46db746fd42af3b62ec1a039c04c6f7bee65 (patch) | |
tree | f0a3db4831fcaf0fdc62f953066122d1bb2afd55 /.github | |
parent | 4f8f13fd76f065e49efdb3aa1a7504ffcafbf9a8 (diff) | |
download | sally-534a46db746fd42af3b62ec1a039c04c6f7bee65.tar.gz sally-534a46db746fd42af3b62ec1a039c04c6f7bee65.tar.zst sally-534a46db746fd42af3b62ec1a039c04c6f7bee65.zip |
Integrate FOSSA (#47)
Add a FOSSA check to the build steps.
Resolves: GO-468
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c1a24ea..814b126 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 |