aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/fossa.yaml
blob: 0c255d8db0649e6020a1d0ce2299f892e1b8c2d5 (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.3.1
        with:
          api-key: ${{ secrets.FOSSA_API_KEY }}