ivulntrimon (sha256:5c82651f1106c56bd9f829e5796244b94c40c49e627c178a864d30932eeef488)
Published 2026-04-06 13:40:07 +00:00 by joewalp
Installation
docker pull forge.socragnia.com/joewalp/ivulntrimon@sha256:5c82651f1106c56bd9f829e5796244b94c40c49e627c178a864d30932eeef488sha256:5c82651f1106c56bd9f829e5796244b94c40c49e627c178a864d30932eeef488About this package
A Fast Vulnerability Scanner for Containers
Image layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates git # buildkit |
| COPY trivy /usr/local/bin/trivy # buildkit |
| COPY contrib/*.tpl contrib/ # buildkit |
| ENTRYPOINT ["trivy"] |
| RUN /bin/sh -c apk add --no-cache python3 # buildkit |
| COPY /ko-app/crane /usr/local/bin/crane # buildkit |
| COPY trivy_scan.py /opt/trivy-scan/trivy_scan.py # buildkit |
| ENTRYPOINT ["python3" "/opt/trivy-scan/trivy_scan.py"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-03T12:34:41Z |
| org.opencontainers.image.description | A Fast Vulnerability Scanner for Containers |
| org.opencontainers.image.documentation | https://trivy.dev/v0.69.3/ |
| org.opencontainers.image.revision | 6fb20c8edd70745d6b34bff0387b53b03c8a760a |
| org.opencontainers.image.source | https://github.com/aquasecurity/trivy |
| org.opencontainers.image.title | trivy |
| org.opencontainers.image.url | https://www.aquasec.com/products/trivy/ |
| org.opencontainers.image.vendor | Aqua Security |
| org.opencontainers.image.version | 0.69.3 |