Skip to content

Commit

Permalink
Merge pull request #369 from Kuadrant/fossa-scan
Browse files Browse the repository at this point in the history
gh action: license scan by fossa
  • Loading branch information
eguzki committed Aug 22, 2024
2 parents 76d6aae + 426bb8f commit 05a8ae9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/license-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
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/fossa-action@v1.4.0
name: License Scan
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}
branch: ${{ github.head_ref || github.ref_name }}
project: git+github.com/Kuadrant/limitador
- uses: fossas/fossa-action@v1.4.0
name: License test for issues
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}
run-tests: true
project: git+github.com/Kuadrant/limitador

0 comments on commit 05a8ae9

Please sign in to comment.