Skip to content

Commit

Permalink
ci: add Fossa github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Jun 14, 2021
1 parent 7419e42 commit 40998c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: License Scanning

on:
- push

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: ${{ secrets.FOSSA_TOKEN }}

0 comments on commit 40998c3

Please sign in to comment.