Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scan Docker images with Snyk container monitor in ci.yml (close #1191)
Whenever we release RDB loader, we run a Snyk scan to check for security vulnerabilites. Previously, we had a separate Github action for this, `snyk.yml` which just ran `snyk monitor` and did not scan the docker images. We are moving over to using `snyk container monitor` because we want to - be able to keep track of vulnerabilities in the docker images we create on release without manually adding them in the Snyk UI - continue scanning our java/scala jar files Note that even though we are already creating docker images in `ci.yml`, they are pushed to the remote registry only, and that is why here we additionally add a step to create local Docker images for the Snyk scan.
- Loading branch information