src | ||
tests | ||
Cargo.toml | ||
configuration.yaml | ||
Dockerfile | ||
README.md |
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
-
Download the release tar file.
-
In the directory where the
.tar
file is located, run the following command to load the image:podman load -i vuln-aggregator.tar
-
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