mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
Bumps the docker group with 1 update: alpine. Updates `alpine` from 3.22.1 to 3.22.2 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
6 lines
143 B
Docker
6 lines
143 B
Docker
FROM alpine:3.22.2
|
|
RUN apk --no-cache add ca-certificates git
|
|
COPY trivy /usr/local/bin/trivy
|
|
COPY contrib/*.tpl contrib/
|
|
ENTRYPOINT ["trivy"]
|