Releases: snyk/vervet
Releases · snyk/vervet
v3.1.6
v3.1.5
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.2
v2.0.0
2.0.0 (2021-12-17)
Features
- fix optic git file source support; support sweater-comb npm pkg (ff6cd04)
BREAKING CHANGES
- in a referenced schema file.
This copies a subdirectory out of the Git branch to a temporary
directory, so that relative file references are preserved intact. It
comes with the caveat that the resource paths declared in the Vervet
config need to contain all the relative references. However, this is a
reasonable constraint to add in my opinion. It also makes the Docker
volume mounts much, much simpler.
This also adds the option of running optic-ci as an npm-installed script on
the host, as an alternative to a docker container. This eliminates the
overhead of having to run the tool with Docker.
Drive-by: update the docker container image
Drive-by: update VU to vervet 1.5.1 to get merge fix, was still failing CI