Skip to content

Merge pull request #52 from fintermobilityas/dependabot/github_action… #5

Merge pull request #52 from fintermobilityas/dependabot/github_action…

Merge pull request #52 from fintermobilityas/dependabot/github_action… #5

Workflow file for this run

name: fossa
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}