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

fix(scan): change exploit db address to the apiserver public ip #779

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

fishkerez
Copy link
Contributor

Description

Fix: #610

The exploit scanner was failing because the he could not make http requests to the server.
This is because he tried to communicate to http://apiserver:1326 which could not be resolved by the DNS server.
This address will only work on docker installation, where the cli runs on the same host as the server.

For other providers, it should be the apiserver public ip.

Type of Change

[* ] Bug Fix
[ ] New Feature
[ ] Breaking Change
[ ] Refactor
[ ] Documentation
[ ] Other (please describe)

@fishkerez fishkerez self-assigned this Oct 12, 2023
@fishkerez fishkerez requested a review from a team as a code owner October 12, 2023 12:55
@github-actions

This comment has been minimized.

@github-actions
Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr779-c0b207b015013c2e0f06074de662cf6496322049
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr779-c0b207b015013c2e0f06074de662cf6496322049
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr779-c0b207b015013c2e0f06074de662cf6496322049
  • ghcr.io/openclarity/vmclarity-ui-dev:pr779-c0b207b015013c2e0f06074de662cf6496322049
  • ghcr.io/openclarity/vmclarity-cli-dev:pr779-c0b207b015013c2e0f06074de662cf6496322049

Copy link
Contributor

@chrisgacsal chrisgacsal left a comment

Choose a reason for hiding this comment

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

LGTM!

@chrisgacsal chrisgacsal added this pull request to the merge queue Oct 13, 2023
Merged via the queue into main with commit 6a2f3e4 Oct 13, 2023
32 checks passed
@chrisgacsal chrisgacsal deleted the fix-exploits-db-address branch October 13, 2023 16:16
@chrisgacsal chrisgacsal mentioned this pull request Nov 6, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Exploits family scan is failing
4 participants