Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support SPDX composite license expressions #992

Open
2 tasks done
sdavids opened this issue Dec 19, 2023 · 0 comments
Open
2 tasks done

support SPDX composite license expressions #992

sdavids opened this issue Dec 19, 2023 · 0 comments

Comments

@sdavids
Copy link

sdavids commented Dec 19, 2023

  • This is a feature request
  • I searched existing issues before opening this one

Expected behavior

No warning.

Actual behavior

DL3054 warning: Label `org.opencontainers.image.licenses` is not a valid SPDX identifier.

Steps to reproduce the behavior

$ hadolint --version
Haskell Dockerfile Linter 2.12.0

.hadolint.yaml

label-schema:
  org.opencontainers.image.licenses: spdx

Dockerfile

LABEL org.opencontainers.image.licenses="Apache-2.0 OR MIT" 

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant