Skip to content

Instantly share code, notes, and snippets.

@sebastianneubert
Created June 19, 2024 14:04
Show Gist options
  • Save sebastianneubert/4ac27edf81be30af36660c4edc208919 to your computer and use it in GitHub Desktop.
Save sebastianneubert/4ac27edf81be30af36660c4edc208919 to your computer and use it in GitHub Desktop.
{{- /* trivy fs . --ignore-unfixed --format template -t "@$(realpath ~/trivy-markdown.tpl)" > vuln.md */ -}}
| Library/Package | CVE | Severity | Installed Version | Fixed Version | Title |
|-----------------|-------------------|----------|--------------------|---------------|-------|
{{- range . }}
{{- range .Vulnerabilities }}
| {{ .PkgID }} | {{ .VulnerabilityID }} | {{ .Severity }} | {{ .InstalledVersion }} | {{ .FixedVersion }} | {{ .Title }} |
{{- end }}
{{- end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment