We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added: A flag to disable Syft's checking of the most recent version of Syft to prompt for potential update
Why is this needed: Syft tries to hit Anchore's s3 toolbox on every run, which causes a long delay when running in an air gapped environment.
[0030] ERROR failed to fetch latest version: Get "https://toolbox-data.anchore.io/syft/releases/latest/VERSION": dial tcp 111.11.1.111:443: i/o timeout
Additional Information Grype provides this under the GRYPE_DB_AUTO_UPDATE environment variable
GRYPE_DB_AUTO_UPDATE
The text was updated successfully, but these errors were encountered:
I think this exists
# enable/disable checking for application updates on startup # same as SYFT_CHECK_FOR_APP_UPDATE env var check-for-app-update: true
https://github.com/anchore/syft/blob/main/README.md?plain=1#L427
Sorry, something went wrong.
No branches or pull requests
What would you like to be added:
A flag to disable Syft's checking of the most recent version of Syft to prompt for potential update
Why is this needed:
Syft tries to hit Anchore's s3 toolbox on every run, which causes a long delay when running in an air gapped environment.
[0030] ERROR failed to fetch latest version: Get "https://toolbox-data.anchore.io/syft/releases/latest/VERSION": dial tcp 111.11.1.111:443: i/o timeout
Additional Information
Grype provides this under the
GRYPE_DB_AUTO_UPDATE
environment variableThe text was updated successfully, but these errors were encountered: