Go to file
2024-12-19 15:40:00 +03:00
src the json in the response has been replaced with html 2024-12-19 14:00:22 +03:00
tests the json in the response has been replaced with html 2024-12-19 14:00:22 +03:00
Cargo.toml the json in the response has been replaced with html 2024-12-19 14:00:22 +03:00
configuration.yaml the json in the response has been replaced with html 2024-12-19 14:00:22 +03:00
Dockerfile the json in the response has been replaced with html 2024-12-19 14:00:22 +03:00
README.md a README has been added 2024-12-19 15:40:00 +03:00

vuln-aggregator

vuln-aggregator is a service that helps identify which container images have vulnerabilities that can be fixed simply by reassembling the image. No other actions are required.

Installation

  1. Download the release tar file.

  2. In the directory where the .tar file is located, run the following command to load the image:

    podman load -i vuln-aggregator.tar
    
  3. After loading the image, run the container using the following command:

    podman run -p 3000:3000 vuln-aggregator:v0.2.0
    

    If you need debug information, you can run it with the debug log enabled:

    podman run -e RUST_LOG=debug -p 3000:3000 vuln-aggregator:v0.2.0
    

Now, your service should be up and running on port 3000. You can send a request along the route images_that_vulnerabilities_are_eliminated_by_reassembly