for folks who want to run sslx in CI without installing rust: docker run ghcr.io/glincker/sslx grade example.com needs a Dockerfile (alpine + static binary) and a github action to build and push to ghcr.io.
for folks who want to run sslx in CI without installing rust:
docker run ghcr.io/glincker/sslx grade example.com
needs a Dockerfile (alpine + static binary) and a github action to build and push to ghcr.io.