Add license checker

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-23 22:35:46 +01:00
parent 0f1a8ad092
commit fd87a70cf2
4 changed files with 55 additions and 0 deletions

View File

@@ -104,6 +104,16 @@ jobs:
coverage.html
retention-days: 30
- run: "make lint"
- name: "Scan licenses"
uses: "aquasecurity/trivy-action@0.28.0"
with:
scan-type: "fs"
scanners: "license"
severity: "UNKNOWN,HIGH,CRITICAL"
exit-code: 1
ignorefile: ".trivyignore.yaml"
trivy-config: "trivy.yaml"
license-full: true
test-e2e:
name: "test-e2e"