Skip to content

Commit

Permalink
[WIP] Fossa scan dependencies (#6)
Browse files Browse the repository at this point in the history
* chore(fossa): remove fossa test

---------

Co-authored-by: rf <[email protected]>
  • Loading branch information
rdforte and rf authored Nov 13, 2024
1 parent d13b18d commit 3aa7dee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
- name: Checkout
uses: actions/checkout@v3

- name: Fossa Scan
uses: fossas/fossa-action@main
with:
api-key: ${{secrets.fossaApiKey}}
run-tests: true
api-key: ${{secrets.FOSSA_API_KEY}}

0 comments on commit 3aa7dee

Please sign in to comment.