1
0
Fork 0
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:
koplas 2024-12-04 13:23:57 +01:00
parent 1daaed2c51
commit 57953e495f

View file

@ -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.