mirror of
https://github.com/kairos-io/kairos.git
synced 2025-02-09 05:18:51 +00:00
16 lines
740 B
YAML
16 lines
740 B
YAML
# CLOMonitor metadata file
|
|
# This file must be located at the root of the repository
|
|
|
|
# Checks exemptions
|
|
exemptions:
|
|
- check: artifacthub_badge # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions)
|
|
reason: "Kairos is installed via ISOs or container images and does not offer Cloud Native packages at the moment."
|
|
licenseScanning:
|
|
# URL with the repository's license scanning results
|
|
#
|
|
# CLOMonitor can extract license scanning results from FOSSA and Snyk badges
|
|
# in the repository README.md file automatically. If your repository uses a
|
|
# different scanning solution, this url can be set to pass the corresponding
|
|
# check.
|
|
url: https://app.snyk.io/org/kairos/reports/licenses
|