Skip to content

Commit

Permalink
release 3.6 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtokus authored Oct 17, 2024
1 parent c95cfff commit a6b4fd6
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,21 @@ trivy plugin uninstall scan2html
```sh
trivy scan2html generate interactive_result.html from vulnerabilities.json misconfigs.json secrets.json
```
<details>
<summary>Result</summary>

![result](docs/vulnerabilities.png)
</details>

### Generate report with EPSS scores from multiple scan results - experimental
```sh
trivy scan2html generate --with-epss interactive_result.html from vulnerabilities.json misconfigs.json secrets.json
```
<details>
<summary>Result</summary>

![result](docs/vulnerabilities.png)
</details>

### Scan a local folder
```sh
Expand All @@ -43,7 +53,7 @@ trivy scan2html fs --scanners vuln,secret,misconfig . interactive_report.html
<details>
<summary>Result</summary>

![result](docs/result-1.png)
![result](docs/vulnerabilities.png)
</details>

### Scan a k8s cluster
Expand All @@ -53,7 +63,7 @@ trivy scan2html k8s cluster interactive_report.html
<details>
<summary>Result</summary>

![result](docs/result-2.png)
![result](docs/vulnerabilities.png)
</details>

### Scan a k8s cluster all
Expand All @@ -63,7 +73,7 @@ trivy scan2html k8s --report=all interactive_report.html
<details>
<summary>Result</summary>

![result](docs/result-3.png)
![result](docs/misconfigurations.png)
</details>

### Scan a k8s cluster summary
Expand All @@ -73,7 +83,7 @@ trivy scan2html k8s --report summary cluster interactive_report.html
<details>
<summary>Result</summary>

![result](docs/result-4.png)
![result](docs/k8s-cluster-summary.png)
</details>

### Scan and generate SBOM(spdx) report
Expand Down
Binary file added docs/k8s-cluster-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/misconfigurations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/result-1.png
Binary file not shown.
Binary file removed docs/result-2.png
Binary file not shown.
Binary file removed docs/result-3.png
Binary file not shown.
Binary file removed docs/result-4.png
Binary file not shown.
Binary file modified docs/sbom-alpin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vulnerabilities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description: |-
platforms:
- selector:
os: windows
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.5/scan2html.tar.gz
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.6/scan2html.tar.gz
bin: ./scan2html.sh
-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.5/scan2html.tar.gz
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.6/scan2html.tar.gz
bin: ./scan2html.sh

0 comments on commit a6b4fd6

Please sign in to comment.