Skip to content

Commit

Permalink
chore: Add FOSSA check to GH actions (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Jan 10, 2024
1 parent 3c3e0af commit 88ead3b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,21 @@ jobs:
with:
version: latest
args: -v --config ./.golangci.yml

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

0 comments on commit 88ead3b

Please sign in to comment.