-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reuse Version update from dep to toml (#240)
Co-authored-by: ajinkyapatil8190 <ajinkyarangnathpatil@gmail.com>
- Loading branch information
1 parent
3546c1c
commit da785fb
Showing
2 changed files
with
16 additions
and
36 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,16 @@ | ||
version = 1 | ||
SPDX-PackageName = "metal-operator" | ||
SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>" | ||
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/metal-operator" | ||
|
||
[[annotations]] | ||
path = [".github/**", ".gitignore", ".dockerignore", ".golangci.yml", "CODEOWNERS", "Dockerfile", "Makefile", "PROJECT", "config/**", "go.mod", "mkdocs.yml", "go.sum", "hack/**"] | ||
precedence = "aggregate" | ||
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors" | ||
SPDX-License-Identifier = "Apache-2.0" | ||
|
||
[[annotations]] | ||
path = ["docs/**", "README.md"] | ||
precedence = "aggregate" | ||
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors" | ||
SPDX-License-Identifier = "Apache-2.0" |