diff --git a/README.md b/README.md index 6058f5a..8280958 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## argocd-trivy-extension -Displays vulnerability report data from [Trivy](https://aquasecurity.github.io/trivy), a open source security scanner. +Argo CD UI extension that displays vulnerability report data from [Trivy](https://aquasecurity.github.io/trivy), an open source security scanner . -![table](./docs/table.png) ![vulnerabilities dashbaord](./docs/dashboard.png) +![table](./docs/table.png|width=50%) ![vulnerabilities dashboard](./docs/dashboard.png|width=50%) ## Prerequisites - Argo CD version 2.6+ @@ -46,7 +46,7 @@ spec: ``` ### Release Notes: -Working but still WiP, contributions welcome. +WIP, contributions welcome ### License: Apache-2.0 \ No newline at end of file diff --git a/package.json b/package.json index 62b4e0c..f698906 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "recharts": "^2.12.3" }, "peerDependencies": { - "argo-ui": "git+https://github.com/argoproj/argo-ui.git", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1",