Skip to content

Commit 5210a13

Browse files
committed
docs: resize images
1 parent fbd7fdc commit 5210a13

File tree

3 files changed

+2663
-3561
lines changed

3 files changed

+2663
-3561
lines changed

LICENSE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright [2024] [mziyabo]
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
## argocd-trivy-extension
2-
Argo CD UI extension that displays vulnerability report data from [Trivy](https://aquasecurity.github.io/trivy), an open source security scanner .
2+
Argo CD UI extension that displays vulnerability report data from [Trivy](https://aquasecurity.github.io/trivy), an open source security scanner.
33

4-
![table](./docs/table.png|width=50%) ![vulnerabilities dashboard](./docs/dashboard.png|width=50%)
4+
`Trivy` creates a vulnerability report Kubernetes resource with the results of a security scan. The UI extension then parses the report data and displays it as a grid and dashboard viewable in Pod resources within the Argo CD UI.
5+
6+
<img src="./docs/table.png" width="48%" display="inline-flex"/> <img alt="vulnerabilities dashboard" src="./docs/dashboard.png" width="45%"/>
57

68
## Prerequisites
79
- Argo CD version 2.6+
810
- [Trivy Operator](https://aquasecurity.github.io/trivy-operator/v0.3.0/operator/)
911

12+
13+
1014
## Install UI extension
1115

1216
The UI extension needs to be installed by mounting the React component in Argo CD API server. This process can be automated by using the argocd-extension-installer. This installation method will run an init container that will download, extract and place the file in the correct location.

0 commit comments

Comments
 (0)