diff --git a/Dockerfile b/Dockerfile index d328b519..06915c05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ LABEL com.github.actions.name="GitHub Super-Linter" \ org.opencontainers.image.version=$BUILD_VERSION \ org.opencontainers.image.authors="GitHub DevOps " \ org.opencontainers.image.url="https://github.com/github/super-linter" \ + org.opencontainers.image.source="https://github.com/github/super-linter" \ org.opencontainers.image.documentation="https://github.com/github/super-linter" \ org.opencontainers.image.vendor="GitHub" \ org.opencontainers.image.description="Lint your code base with GitHub Actions"