aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml5
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