mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Warn if no remote validator was specified
This commit is contained in:
parent
1daaed2c51
commit
57953e495f
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue