Skip to content

FOSSA Analysis

FOSSA Analysis #94

Workflow file for this run

name: FOSSA Analysis
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'uber-go'
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: FOSSA analysis
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.0.0
with:
api-key: ${{ secrets.FOSSA_API_KEY }}