Skip to content

Commit

Permalink
ci: add fossa-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Nov 2, 2024
1 parent 515d2b1 commit 72c2a5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
pull_request:

jobs:
fossa-scan:
name: FOSSA scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@v1
with:
api-key: ${{secrets.FOSSA_API_KEY}}

checks:
name: Basic checks
permissions:
Expand Down Expand Up @@ -56,6 +65,7 @@ jobs:
needs:
- checks
- build-and-test
- fossa-scan
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down

0 comments on commit 72c2a5e

Please sign in to comment.