diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml
index 3534770a3b5..db21d06c0ed 100644
--- a/charts/stable/jackett/Chart.yaml
+++ b/charts/stable/jackett/Chart.yaml
@@ -21,7 +21,7 @@ name: jackett
sources:
- https://github.com/Jackett/Jackett
type: application
-version: 9.0.33
+version: 9.0.34
annotations:
truecharts.org/catagories: |
- media
diff --git a/docs/_static/trivy.css b/docs/_static/trivy.css
index 5a0d3b129aa..3d4190a2de6 100644
--- a/docs/_static/trivy.css
+++ b/docs/_static/trivy.css
@@ -24,3 +24,11 @@ table tr td:first-of-type {
display: none;
}
a.toggle-more-links { cursor: pointer; }
+
+.md-typeset__table {
+ min-width: 100%;
+}
+
+.md-typeset table:not([class]) {
+ display: table;
+}
diff --git a/templates/security.tpl b/templates/security.tpl
index 94df2fdba5f..ed9eddfc8cf 100644
--- a/templates/security.tpl
+++ b/templates/security.tpl
@@ -5,6 +5,8 @@ hide:
# Security Scan
+
+
## Helm-Chart
##### Scan Results
diff --git a/templates/trivy-config.tpl b/templates/trivy-config.tpl
index 6f4e91d717d..e2a8ed34539 100644
--- a/templates/trivy-config.tpl
+++ b/templates/trivy-config.tpl
@@ -7,10 +7,10 @@
|:---------------------------------|
{{ else }}
-| Type | Misconfiguration ID | Check | Severity | Explaination | Solution | Links |
-|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|-----------------------------------------|
+| Type | Misconfiguration ID | Check | Severity | Explaination | Links |
+|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------|
{{- range .Misconfigurations }}
-| {{ escapeXML .Type }} | {{ escapeXML .ID }} | {{ escapeXML .Title }} | {{ escapeXML .Severity }} | {{ escapeXML .Description }} | {{ escapeXML .Message }} | Click to expand!
{{ range .References }}{{ escapeXML . }}
{{ end }} |
+| {{ escapeXML .Type }} | {{ escapeXML .ID }} | {{ escapeXML .Title }} | {{ escapeXML .Severity }} | Expand...
{{ escapeXML .Description }}
{{ escapeXML .Message }} | Expand...
{{ range .References }}{{ escapeXML . }}
{{ end }} |
{{- end }}
{{- end }}
{{- end }}
diff --git a/templates/trivy-container.tpl b/templates/trivy-container.tpl
index 3688cc884cb..4fac72aa707 100644
--- a/templates/trivy-container.tpl
+++ b/templates/trivy-container.tpl
@@ -12,7 +12,7 @@
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
{{- range .Vulnerabilities }}
-| {{ escapeXML .PkgName }} | {{ escapeXML .VulnerabilityID }} | {{ escapeXML .Vulnerability.Severity }} | {{ escapeXML .InstalledVersion }} | {{ escapeXML .FixedVersion }} | Click to expand!
{{ range .Vulnerability.References }}{{ escapeXML . }}
{{ end }} |
+| {{ escapeXML .PkgName }} | {{ escapeXML .VulnerabilityID }} | {{ escapeXML .Vulnerability.Severity }} | {{ escapeXML .InstalledVersion }} | {{ escapeXML .FixedVersion }} | Expand...
{{ range .Vulnerability.References }}{{ escapeXML . }}
{{ end }} |
{{- end }}
{{- end }}
{{- end }}