mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
* chore(docker): remove rpm * chore(README): remove rpm * fix(scanner): replace rpmcmd with rpm * chore(goreleaser): remove rpm * chore(mod): update fanal * chore(mod): update fanal
6 lines
141 B
Docker
6 lines
141 B
Docker
FROM alpine:3.12
|
|
RUN apk --no-cache add ca-certificates git
|
|
COPY trivy /usr/local/bin/trivy
|
|
COPY contrib/*.tpl contrib/
|
|
ENTRYPOINT ["trivy"]
|