Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further details for offline environments (#955) #960

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

anthonyharrison
Copy link
Contributor

No description provided.

## Run cve-bin-tool with --update never option
In an offline environment, when running a scan specify `--update never` so that cve-bin-tool doesn't attempt to download the latest database files.
## Create configuration file
A configuration file is used to specify default behaviour for the cve-bin-tool. When running in an offline environment the `disable_version_check` option should be set to `false` to prevent the tool checking for a newer version of the tool.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, should disable_version_check be false or true? I'd have assumed that disable_version_check would be true to disable the version check. Is the logic here backwards in the doc or the tool?

@anthonyharrison
Copy link
Contributor Author

anthonyharrison commented Nov 9, 2020 via email

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thanks!

@terriko terriko merged commit 84ad189 into intel:master Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants