Skip to content

Add FOSSA and Exclude tests from Qodana scan #11

Add FOSSA and Exclude tests from Qodana scan

Add FOSSA and Exclude tests from Qodana scan #11

Workflow file for this run

name: '🐯 FOSSA: License & security scan'
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: FOSSA Scan
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}