summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/go.uber.org/zap@v1.23.0/.github/workflows/fossa.yaml
blob: 86e6db7d09ca4b082037209b901e4e783281e48d (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@v2

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