Skip to content

Fixes #52 - Ensure an error during cert renewal does not leave the sy… #62

Fixes #52 - Ensure an error during cert renewal does not leave the sy…

Fixes #52 - Ensure an error during cert renewal does not leave the sy… #62

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'
runs-on: FOSSA scan
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 }}