Tags: boly38/trivy
Tags
Fix CircleCI example in README.md (aquasecurity#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 <knqyf263@gmail.com>
app: Fix a few edge cases with version flag (aquasecurity#443) * app: Show just version if DB is missing Signed-off-by: Simarpreet Singh <simar@linux.com> * app: Dont panic if cache-dir is bogus Signed-off-by: Simarpreet Singh <simar@linux.com> * app: DRY up logic for showVersion Signed-off-by: Simarpreet Singh <simar@linux.com>
chore(goreleaser): drop BSD support temporarily (aquasecurity#424)
fix(client): add image name and build time (aquasecurity#402) * WIP: Add imageName and BuildTime for Remote detector Signed-off-by: Simarpreet Singh <simar@linux.com> * wip Signed-off-by: Simarpreet Singh <simar@linux.com> * change name from build_time to created * remove an unused function * fix(library): add image_name and created_at * fix(ospkg): add image_name and created_at * fix(scan): add image_name and created_at * fix(library): remove unused param Co-authored-by: Simarpreet Singh <simar@linux.com>
chore: add install script (aquasecurity#370) * chore: add install script * installer: change perms to include +x Signed-off-by: Simarpreet Singh <simar@linux.com> Co-authored-by: Simarpreet Singh <simar@linux.com>