Skip to content

Add license scan badge #3

Add license scan badge

Add license scan badge #3

Workflow file for this run

name: fossa
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions:
pull-requests: read
on: [pull_request, push]
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@v1
with:
api-key: ${{secrets.CONNECT_FOSSA_API_KEY}}