Skip to content

fixes #50 - purge cached cert/key when a replacement is received #58

fixes #50 - purge cached cert/key when a replacement is received

fixes #50 - purge cached cert/key when a replacement is received #58

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