We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a649cc commit 891f00aCopy full SHA for 891f00a
.github/workflows/checks.yaml
@@ -50,3 +50,5 @@ jobs:
50
reporter: github-check
51
- name: Check if source code files have license header
52
run: make check-license-headers
53
+ - name: REUSE Compliance Check
54
+ uses: fsfe/reuse-action@v5
REUSE.toml
@@ -1,6 +1,5 @@
1
# SPDX-FileCopyrightText: SAP SE
2
# SPDX-License-Identifier: Apache-2.0
3
-
4
version = 1
5
6
[[annotations]]
@@ -13,6 +12,7 @@ path = [
13
12
"go.mod",
14
"go.sum",
15
"Makefile.maker.yaml",
+ "vendor/modules.txt",
16
]
17
SPDX-FileCopyrightText = "SAP SE"
18
SPDX-License-Identifier = "Apache-2.0"
0 commit comments