Skip to content

WIP: Add a FOSSA scanning action #3

WIP: Add a FOSSA scanning action

WIP: Add a FOSSA scanning action #3

name: FOSSA License Scanning
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
permissions:
contents: read
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Run FOSSA scan and upload build data
uses: fossas/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
debug: true
- uses: actions/upload-artifact@v4
with:
name: fossa.debug.json.gz
path: ./fossa.debug.json.gz