Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CircleCI example in README.md (#451)
After trying to run trivy using CircleCI based on the sample configuration and failing, I want to suggest the following updates: * `docker:18.09-git` no longer exists and causes workflow to fail, replaced with `stable-git` instead. * added `setup_remote_docker` or else the docker commands fail in the rest of the execution, as per https://circleci.com/docs/2.0/building-docker-images/#overview Co-authored-by: Teppei Fukuda <[email protected]>
- Loading branch information