Skip to content

Commit

Permalink
chore(LABELS): update the docker labels for the Desktop experience
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Rumney <[email protected]>
  • Loading branch information
Owen Rumney committed May 9, 2022
1 parent f1c463e commit 3841c99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ RUN make bin

# Bring it all together
FROM alpine:3.15
LABEL org.opencontainers.image.title="Trivy Vulnerability Scanner" \
LABEL org.opencontainers.image.title="Aqua Trivy" \
org.opencontainers.image.description="Run unlimited vulnerability scans against remote or locally stored images. Understand any security issues that may be present in images before you pull and use them." \
org.opencontainers.image.vendor="Aqua Security Software" \
com.docker.desktop.extension.api.version=">= 0.2.0" \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/aquasecurity/trivy-docker-extension/main/trivy.svg" \
com.docker.extension.publisher-url="https://trivy.dev" \
com.docker.extension.screenshots="[{\"alt\": \"Trivy Dark Screenshot\", \"url\": \"https://raw.githubusercontent.com/aquasecurity/trivy-docker-extension/main/.github/images/screenshot.png\"},{\"alt\": \"Trivy light screenshot\", \"url\": \"https://raw.githubusercontent.com/aquasecurity/trivy-docker-extension/main/.github/images/screenshot_light.png\"}]"
com.docker.extension.screenshots="[{\"alt\": \"Trivy Dark Screenshot\", \"url\": \"https://raw.githubusercontent.com/aquasecurity/trivy-docker-extension/main/.github/images/screenshot.png\"},{\"alt\": \"Trivy light screenshot\", \"url\": \"https://raw.githubusercontent.com/aquasecurity/trivy-docker-extension/main/.github/images/screenshot_light.png\"}]" \
com.docker.extension.detailed-description="<h1>Free and Unlimited Vulnerability Scanning</h1><h3>Take control of your application security with Trivy</h3>Trivy is the world’s most popular open source vulnerability and misconfiguration scanner. It is reliable, fast, extremely easy to use, and it works wherever you need it. <ul><li>Scan locally stored images by chosing from the list</li><li>Scan remote images simply by entering the name in the search box</li><li>Filter by the severity of the vulnerability or optionally only show issues with fixes</li></ul>" \
com.docker.extension.additional-urls=[{"title":"Trivy Website","url":"https://trivy.dev/"},{"title":"Issues","url":"https://github.com/aquasecurity/trivy/issues"},{"title":"Slack","url":"https://slack.aquasec.com/"}]

COPY --from=client-builder /app/client/dist ui
COPY --from=service-builder /plugin/bin/creds-service /
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Trivy",
"name": "Aqua Trivy",
"provider": "Aqua Security",
"icon": "trivy.svg",
"vm": {
Expand Down

0 comments on commit 3841c99

Please sign in to comment.