forked from argoproj/argo-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): Added CLOMoitor exclusions related to dependency track…
…ing (argoproj#1543)
- Loading branch information
Eddie Knight
authored
Oct 12, 2022
1 parent
32d8666
commit b102a1c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CLOMonitor metadata file | ||
# This file must be located at the root of the repository | ||
|
||
# Checks exemptions | ||
exemptions: | ||
- check: dependency_update_tool | ||
reason: "Helm deps are not currently scanned. Maintainers are watching developments to dependabot-core #2237" # Justification of this exemption (mandatory, it will be displayed on the UI) | ||
- check: sbom | ||
reason: "Tracking Helm dependencies is not yet a stable practice." | ||
|
||
# TODO: | ||
# License scanning information | ||
# 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://license-scanning-results.url | ||
|