Skip to content

eval-hub: Security

Secrets

Kubernetes secrets referenced by this component. Only names and types are shown, not values.

Deployment Security Controls

SecurityContext settings on pod and container specs. These control privilege escalation, filesystem access, and user identity.

Build Security

Dockerfile patterns and base image analysis. Covers supply chain security: base images, build stages, runtime user, FIPS compliance.

Path Base Image Stages User Ports Architectures FIPS Issues
Containerfile registry.access.redhat.com/ubi9/ubi-minimal:latest 2 1000 multi-arch Unpinned base image: registry.access.redhat.com/ubi9/ubi-minimal:latest
containers/lighteval/Dockerfile registry.redhat.io/ubi9/python-312:latest 1 Unpinned base image: registry.redhat.io/ubi9/python-312:latest; No USER directive found (defaults to root)