1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Check remote validator even if file validation fails

This makes it consistent with the handling of schema
validation.
This commit is contained in:
koplas 2025-01-23 12:22:11 +01:00
parent 59d2cef082
commit 6e8c2ecc05
No known key found for this signature in database

View file

@ -127,7 +127,6 @@ func run(opts *options, files []string) error {
// Check filename against ID
if err := util.IDMatchesFilename(eval, doc, filepath.Base(file)); err != nil {
log.Printf("%s: %s.\n", file, err)
continue
}
// Validate against remote validator.