Skip to content

Commit

Permalink
docs: resize images
Browse files Browse the repository at this point in the history
  • Loading branch information
mziyabo committed Apr 7, 2024
1 parent fbd7fdc commit 5210a13
Show file tree
Hide file tree
Showing 3 changed files with 2,663 additions and 3,561 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright [2024] [mziyabo]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## argocd-trivy-extension
Argo CD UI extension that displays vulnerability report data from [Trivy](https://aquasecurity.github.io/trivy), an 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|width=50%) ![vulnerabilities dashboard](./docs/dashboard.png|width=50%)
`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.

<img src="./docs/table.png" width="48%" display="inline-flex"/> <img alt="vulnerabilities dashboard" src="./docs/dashboard.png" width="45%"/>

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



## Install UI extension

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.
Expand Down
Loading

0 comments on commit 5210a13

Please sign in to comment.