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

32
trivy.yaml Normal file
View File

@@ -0,0 +1,32 @@
scan:
scanners:
- license
license:
forbidden:
- AGPL-1.0
- AGPL-3.0
- GPL-1.0
- GPL-2.0
- GPL-3.0
- LGPL-2.0
- LGPL-2.1
- LGPL-3.0
notice:
- MIT
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- ISC
- CC0-1.0
- Unlicense
- 0BSD
- BlueOak-1.0.0
reciprocal:
- MPL-2.0
include-dev-deps: false
confidence-level: 0.9