fix: add vex json & xml to listed formats (#802)

This commit is contained in:
cpendery 2022-06-27 11:26:59 -04:00 committed by GitHub
parent 64277bf6f4
commit e17bb9bd73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,4 +53,6 @@ var AvailableFormats = []format{
cycloneDXFormat,
sarifFormat,
templateFormat,
embeddedVEXJSON,
embeddedVEXXML,
}