You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is 'APACHE-2.0' not 'Apache-2.0' as # SPDX-License-Identifier: APACHE-2.0 in helm chart pkg/operator/data/charts/redis
'.reuse/dep5' seems be deprecated
full warrning:
/opt/venv/lib/python3.11/site-packages/reuse/project.py:332: PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert.
warnings.warn(
/opt/venv/lib/python3.11/site-packages/reuse/project.py:332: PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert.
warnings.warn(
fix can be:
update the files and replace APACHE-2.0 to Apache-2.0
conver the '.reuse/dep5' to REUSE.toml. ( over command reuse convert-dep5 )
after that we will have the project is compliant with version 3.3 of the REUSE Specification
i344017 @ wsl-i344017 > /home/i344017/TASKs/issue389-valkey-operator/git/redis/redis-operator $ (i344017-cs-trial)(fix-reuse-compliant)reuse lint
# SUMMARY* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: Apache-2.0
* Read errors: 0
* Files with copyright information: 128 / 128
* Files with license information: 128 / 128
Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
The text was updated successfully, but these errors were encountered:
I spotted that our redis-operator has REUSE 'non-compliant' badge because:
https://api.reuse.software/info/github.com/SAP/redis-operator
# SPDX-License-Identifier: APACHE-2.0
in helm chartpkg/operator/data/charts/redis
deprecated
full warrning:
fix can be:
REUSE.toml.
( over commandreuse convert-dep5
)after that we will have the
project is compliant with version 3.3 of the REUSE Specification
The text was updated successfully, but these errors were encountered: