Skip to content

Commit

Permalink
Merge pull request #433 from ballerina-platform/keizer619-patch-3
Browse files Browse the repository at this point in the history
Create fossa_scan.yml
  • Loading branch information
ThisaruGuruge committed Jul 26, 2023
2 parents 2afa91e + 7258864 commit ec711f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/fossa_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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
env:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
with:
api-key: ${{secrets.FOSSA_APIKEY}}

0 comments on commit ec711f9

Please sign in to comment.