Skip to content

Commit

Permalink
Warn if no remote validator was specified
Browse files Browse the repository at this point in the history
  • Loading branch information
koplas committed Dec 4, 2024
1 parent 1daaed2 commit 57953e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/csaf_validator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ func run(opts *options, files []string) error {
"preparing remote validator failed: %w", err)
}
defer validator.Close()
} else {
log.Printf("warn: no remote validator specified")
}

// Select amount level of output for remote validation.
Expand Down

0 comments on commit 57953e4

Please sign in to comment.