sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
549 stars 76 forks source link

skip update check features #218

Closed bhamail closed 3 years ago

bhamail commented 3 years ago

If nancy detects she is running in a CI environment or the SKIP_UPDATE_CHECK environment variable is set, the automatic check for an update will be skipped.

Also adds the --skip-update-check command line flag to never check for an update, no matter what.

It relates to the following issue #s:

cc @bhamail / @DarthHater