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