Skip to content

Enable auditing of nuget packages #110

Enable auditing of nuget packages

Enable auditing of nuget packages #110

Workflow file for this run

name: fossa
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}