mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-05 20:40:16 -08:00
6 lines
118 B
Docker
6 lines
118 B
Docker
FROM alpine:3.10
|
|
RUN apk --no-cache add ca-certificates git rpm
|
|
COPY trivy /usr/local/bin/trivy
|
|
|
|
ENTRYPOINT ["trivy"]
|