Skip to content

WIP: multiple changes #45

WIP: multiple changes

WIP: multiple changes #45

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 }}