Skip to content

Do not scan versions with more than 15 images (#4092) #3586

Do not scan versions with more than 15 images (#4092)

Do not scan versions with more than 15 images (#4092) #3586

Workflow file for this run

name: FOSSA
on:
push:
branches:
- master
permissions: read-all
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@main
with:
api-key: ${{secrets.FOSSA_API_KEY}}