Skip to content

Commit

Permalink
Create fossa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peters authored Oct 19, 2023
1 parent c1b5560 commit ed4d14b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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}}

0 comments on commit ed4d14b

Please sign in to comment.