Skip to content

.github/workflows/main.yml #117

.github/workflows/main.yml

.github/workflows/main.yml #117

Workflow file for this run

on:
schedule:
- cron: "4 7 * * *"
workflow_dispatch:
jobs:
fossa-scan:
name: fossa
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSAAPIKEY}}
branch: master