We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
project.groupId
There are cases when dependency uses project.groupId property e.g. https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.114.Final/netty-handler-4.1.114.Final.pom :
<groupId>${project.groupId}</groupId> <artifactId>netty-common</artifactId> <version>${project.version}</version>
For this cases Trivy doesn't overwrite these dependencies. See #8036 for example.
The text was updated successfully, but these errors were encountered:
project.*
DmitriyLewen
Successfully merging a pull request may close this issue.
Description
There are cases when dependency uses
project.groupId
propertye.g. https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.114.Final/netty-handler-4.1.114.Final.pom :
For this cases Trivy doesn't overwrite these dependencies.
See #8036 for example.
Discussed in #8036
The text was updated successfully, but these errors were encountered: