Skip to content

Move code to reusable workflows and composite actions #88

Move code to reusable workflows and composite actions

Move code to reusable workflows and composite actions #88

Workflow file for this run

name: 'FOSSA: License & security scan'
on:
pull_request:
paths:
- 'src/**'
- '.github/workflows/fossa-scan.yml'
types: [opened, synchronize, reopened]
push:
branches:
- 'master'
paths:
- 'src/**'
- '.github/workflows/fossa-scan.yml'
workflow_dispatch:
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: 📥 checkout
uses: actions/checkout@v3
- name: 🔬 scan
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}