chore(docs): cleanup helm security scan output a bit more

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-05 00:20:51 +01:00
parent 8b84bdd9fc
commit e1dbbf991a
5 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ name: jackett
sources: sources:
- https://github.com/Jackett/Jackett - https://github.com/Jackett/Jackett
type: application type: application
version: 9.0.33 version: 9.0.34
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
+8
View File
@@ -24,3 +24,11 @@ table tr td:first-of-type {
display: none; display: none;
} }
a.toggle-more-links { cursor: pointer; } a.toggle-more-links { cursor: pointer; }
.md-typeset__table {
min-width: 100%;
}
.md-typeset table:not([class]) {
display: table;
}
+2
View File
@@ -5,6 +5,8 @@ hide:
# Security Scan # Security Scan
<link href="https://truecharts.org/_static/trivy.css" type="text/css" rel="stylesheet" />
## Helm-Chart ## Helm-Chart
##### Scan Results ##### Scan Results
+3 -3
View File
@@ -7,10 +7,10 @@
|:---------------------------------| |:---------------------------------|
{{ else }} {{ else }}
| Type | Misconfiguration ID | Check | Severity | Explaination | Solution | Links | | Type | Misconfiguration ID | Check | Severity | Explaination | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|-----------------------------------------| |:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------|
{{- range .Misconfigurations }} {{- range .Misconfigurations }}
| {{ escapeXML .Type }} | {{ escapeXML .ID }} | {{ escapeXML .Title }} | {{ escapeXML .Severity }} | {{ escapeXML .Description }} | {{ escapeXML .Message }} | <details><summary>Click to expand!</summary>{{ range .References }}<a href={{ escapeXML . | printf "%q" }}>{{ escapeXML . }}</a><br>{{ end }}</details> | | {{ escapeXML .Type }} | {{ escapeXML .ID }} | {{ escapeXML .Title }} | {{ escapeXML .Severity }} | <details><summary>Expand...</summary> {{ escapeXML .Description }} <br> <hr> <br> {{ escapeXML .Message }} </details>| <details><summary>Expand...</summary>{{ range .References }}<a href={{ escapeXML . | printf "%q" }}>{{ escapeXML . }}</a><br>{{ end }}</details> |
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
+1 -1
View File
@@ -12,7 +12,7 @@
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | | Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| |:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
{{- range .Vulnerabilities }} {{- range .Vulnerabilities }}
| {{ escapeXML .PkgName }} | {{ escapeXML .VulnerabilityID }} | {{ escapeXML .Vulnerability.Severity }} | {{ escapeXML .InstalledVersion }} | {{ escapeXML .FixedVersion }} | <details><summary>Click to expand!</summary>{{ range .Vulnerability.References }}<a href={{ escapeXML . | printf "%q" }}>{{ escapeXML . }}</a><br>{{ end }}</details> | | {{ escapeXML .PkgName }} | {{ escapeXML .VulnerabilityID }} | {{ escapeXML .Vulnerability.Severity }} | {{ escapeXML .InstalledVersion }} | {{ escapeXML .FixedVersion }} | <details><summary>Expand...</summary>{{ range .Vulnerability.References }}<a href={{ escapeXML . | printf "%q" }}>{{ escapeXML . }}</a><br>{{ end }}</details> |
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}