aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/fossa.yaml
blob: 9f613fdb7413fd1f458f23f8e7c21f1a1997d97c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: FOSSA Analysis
on: push

jobs:

  build:
    runs-on: ubuntu-latest
    if: github.repository_owner == 'uber-go'
    steps:
      - name: Checkout code
        uses: actions/checkout@v4

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