mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Use exit code 1 for general errors, fix documentation
This commit is contained in:
parent
df65ad13cb
commit
bc5d149f74
2 changed files with 5 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
exitCodeSchemaInvalid = 1 << iota
|
||||
exitCodeSchemaInvalid = 2 << iota
|
||||
exitCodeNoRemoteValidator
|
||||
exitCodeFailedRemoteValidation
|
||||
exitCodeAllValid = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue