Files
probo/trivy.yaml
Sacha Al Himdani 064fde8dc5 Disable licence scan
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-12-26 17:33:03 +01:00

33 lines
422 B
YAML

scan:
scanners:
# - license # Disabled for now
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