Skip to content

feat: (2 of 2) Upstream module example #60

feat: (2 of 2) Upstream module example

feat: (2 of 2) Upstream module example #60

Workflow file for this run

name: License Scanning
on:
- pull_request
- push
jobs:
fossa:
# This job is only useful when run on upstream
if: github.repository == 'nginxinc/ngx-rust' || github.event_name == 'workflow_dispatch'
name: FOSSA scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}