-
Notifications
You must be signed in to change notification settings - Fork 327
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
pom.xml scm url URI is invalid #1131
Comments
This is very interesting. I am using the current format for all the repos, and there is no issue at all. Here is the result of scm:validate.
|
Thanks for the quick reply. I'm assuming the validation ran was using the Maven pom https://maven.apache.org/xsd/maven-4.0.0.xsd schema. I see the type is I'm hitting an error with
The error message when validating the SBOM is:
Also, if you do a
Changing the URL to |
The pom value for
scm:url
is currentlyhttps://github.com:networknt/json-schema-validator.git
. I think it should behttps://github.com/networknt/json-schema-validator.git
(/
instead of:
after github.com). Probably check thescm:connection
andscm:developerConnection
as well.I came across this when validating an SBOM that has
json-schema-validator
as a dependency, validation was failing on thevcs:url
.The text was updated successfully, but these errors were encountered: