From 534a46db746fd42af3b62ec1a039c04c6f7bee65 Mon Sep 17 00:00:00 2001 From: Manjari Akella Date: Tue, 25 May 2021 11:55:42 -0700 Subject: Integrate FOSSA (#47) Add a FOSSA check to the build steps. Resolves: GO-468 --- .github/workflows/go.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') 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 -- cgit v1.2.3