• You can scaffold new documents using 'vexctl create` which creates new vex documents from the command line.
  • Beginning upstream, you can produce VEX data for Wolfi packages using the distro’s companion tool `wolfictl`. Generate a VEX document for a Wolfi package using `wolfictl vex package -h`, or for an entire SBOM of Wolfi packages using `wolfictl vex sbom -h`.
  • You can assemble VEX data from existing vex sources using `vexctl`’s merge feature.
  • And most importantly, you can filter out noise, like false positives from scanner results with VEX data using `vexctl`’s filtering feature.