Skip to content

Commit

Permalink
Create fossa_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Jul 24, 2023
1 parent 4c7d606 commit d82a1e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fossa_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Fossa Scan
on:
workflow_dispatch:
schedule:
- cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@main
with:
api-key: ${{secrets.FOSSA_APIKEY}}

0 comments on commit d82a1e8

Please sign in to comment.