Skip to content

Commit

Permalink
gh action: license scan by fossa
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Aug 21, 2024
1 parent 726b345 commit 4243500
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/license-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: License Scan

on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'

jobs:
fossa-scan:
name: Find license compliance and security issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/[email protected]
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}
run-tests: true
project: git+github.com/Kuadrant/wasm-shim

0 comments on commit 4243500

Please sign in to comment.