Skip to content

Commit 65d624e

Browse files
authored
Update reuse configuration (#153)
1 parent d625745 commit 65d624e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

REUSE.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@ SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
44
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/gardener-extension-provider-ironcore-metal"
55

66
[[annotations]]
7-
path = [".github/**", ".gitignore", ".dockerignore", ".golangci.yaml", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "Makefile", "go.mod", "go.sum", "VERSION", "hack/**", "example/**", "charts/**", "imagevector/images.yaml", "pkg/controller/bastion/ignition/template.yaml"]
7+
path = [
8+
".github/**",
9+
".gitignore",
10+
".dockerignore",
11+
".golangci.yaml",
12+
"CODEOWNERS",
13+
"CODE_OF_CONDUCT.md",
14+
"Dockerfile",
15+
"Makefile",
16+
"go.mod",
17+
"go.sum",
18+
"VERSION",
19+
"hack/**",
20+
"example/**",
21+
"charts/**",
22+
"imagevector/images.yaml",
23+
"pkg/controller/bastion/ignition/template.yaml",
24+
"REUSE.toml"
25+
]
826
precedence = "aggregate"
927
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and IronCore contributors"
1028
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)