Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ CVE-2025-68121
CVE-2026-24051
CVE-2025-61726
CVE-2025-61730

# CIS Benchmark checks
CIS-4.1
CIS-4.4
6 changes: 6 additions & 0 deletions trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ scan:
- helm/attestation-verifier/charts/trustagent/templates/daemonset-suefi.yaml

ignorefile: ".trivyignore"

# Skip CIS checks for kata-deploy privileged installer container
skip:
checks:
- CIS-4.1 # Requires root for host filesystem installation
- CIS-4.4 # Packages pre-built artifacts
1 change: 1 addition & 0 deletions trusted-workload/kata-deploy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Trusted Workload
Loading