91713af97d
* Update to trivy version 0.48.0 --------- Signed-off-by: Simar <simar@linux.com> Co-authored-by: Simar <simar@linux.com>
6 lines
155 B
Docker
6 lines
155 B
Docker
FROM ghcr.io/aquasecurity/trivy:0.48.0
|
|
COPY entrypoint.sh /
|
|
RUN apk --no-cache add bash curl npm
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|