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

Document real offline mode #630

Open
philippe-granet opened this issue May 8, 2024 · 0 comments
Open

Document real offline mode #630

philippe-granet opened this issue May 8, 2024 · 0 comments

Comments

@philippe-granet
Copy link

philippe-granet commented May 8, 2024

For security reasons, we don't have access to Internet on our server where run Renovate bot.
I achieve running OSV scanning with Renovate using this procedure:

export RENOVATE_OSV_VULNERABILITY_ALERTS="true"
export OSV_OFFLINE_ROOT_DIR="/tmp"
export OSV_OFFLINE_DISABLE_DOWNLOAD="true"
curl https://<internal proxy>/osv-offline.zip -o ${OSV_OFFLINE_ROOT_DIR}/osv-offline.zip
unzip ${OSV_OFFLINE_ROOT_DIR}/osv-offline.zip -d ${OSV_OFFLINE_ROOT_DIR}
renovate

I found no documentation about this. Is there an other procedure?

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

No branches or pull requests

1 participant