Skip to content

Commit

Permalink
chore: Add FOSSA check to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Jan 12, 2024
1 parent a476bfd commit b6b5a69
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,21 @@ jobs:
${{ env.DOCKER_REPO }}:latest
${{ env.DOCKER_REPO }}:${{ env.GIT_SHA_SHORT }}
target: 'pfcpsim'

license-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: reuse lint
uses: fsfe/reuse-action@v2

fossa-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: FOSSA scan
uses: fossa-contrib/fossa-action@v3
with:
fossa-api-key: 9dc8fa92e3dd565687317beb87b56d89
18 changes: 0 additions & 18 deletions .github/workflows/reuse.yml

This file was deleted.

0 comments on commit b6b5a69

Please sign in to comment.