Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update GitHub Actions workflow for Fossa scan #1

Update GitHub Actions workflow for Fossa scan

Update GitHub Actions workflow for Fossa scan #1

Workflow file for this run

jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@main
with:
api-key: ${{secrets.fossaApiKey}}
name: Link Checker
'on':
push:
branches:
- '**'
workflow_dispatch: null