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
Currently, rpm source packages are, by default, named as name-src.rpm. This way, the package will not have any arch defined. https://github.com/nebula-plugins/gradle-ospackage-plugin/blob/master/src/main/groovy/com/netflix/gradle/plugins/rpm/RpmPlugin.groovy#L40 This causes scanning tools that rely on rpm names to be name-version-release.arch(.rpm) to fail as they may not be able to parse the package name (it is the case for Trivy).
Please, make the default rpm names end with .src.rpm, instead of -src.rpm.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, rpm source packages are, by default, named as name-src.rpm. This way, the package will not have any arch defined.
https://github.com/nebula-plugins/gradle-ospackage-plugin/blob/master/src/main/groovy/com/netflix/gradle/plugins/rpm/RpmPlugin.groovy#L40
This causes scanning tools that rely on rpm names to be name-version-release.arch(.rpm) to fail as they may not be able to parse the package name (it is the case for Trivy).
Please, make the default rpm names end with .src.rpm, instead of -src.rpm.
The text was updated successfully, but these errors were encountered: