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:
parent
59d2cef082
commit
6e8c2ecc05
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue