Skip to content

Commit

Permalink
Add FOSSA Source Code Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
irasnyd committed Jul 6, 2023
1 parent f11e56e commit 67699db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: FOSSA Open Source Compliance Check
on: [push]
jobs:
fossa-scan:
runs-on: [self-hosted, organization-runner, docker]
steps:
- name: Checkout Source Code
uses: actions/checkout@v3

- name: FOSSA Source Code Scan
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}

0 comments on commit 67699db

Please sign in to comment.