Skip to content

Commit

Permalink
chore: adding an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Rumney committed Mar 17, 2022
1 parent f3f975a commit b07c1e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM scratch

LABEL org.opencontainers.image.title="Trivy" \
org.opencontainers.image.description="Run Trivy against an locally stored images." \
org.opencontainers.image.description="Run Trivy against remote or locally stored images." \
org.opencontainers.image.vendor="Aqua Security Software Ltd." \
com.docker.desktop.extension.api.version="0.2.0"
com.docker.desktop.extension.api.version=">= 0.2.0" \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/aquasecurity/trivy/9f6842888ef5e3313cd10f0ce73652db5cba0337/docs/imgs/trivy.svg"


COPY ui ./ui
COPY trivy.svg .
Expand Down

0 comments on commit b07c1e1

Please sign in to comment.