Skip to content

doc(sys): document NGINX_SOURCE_DIR and NGINX_BUILD_DIR #97

doc(sys): document NGINX_SOURCE_DIR and NGINX_BUILD_DIR

doc(sys): document NGINX_SOURCE_DIR and NGINX_BUILD_DIR #97

Workflow file for this run

name: License Scanning
on:
- 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@v4
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v3
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}