package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Feb 26, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FileEntry struct {
Name string `json:"name"`
SHA256 string `json:"sha256"`
SHA512 string `json:"sha512"`
}
type Manifest struct {
ScanID string `json:"scan_id"`
ScanTimestampUTC string `json:"scan_timestamp_utc"`
Files []FileEntry `json:"files"`
FilesRootHash string `json:"files_root_hash"`
}
type ScanMetadata struct {
ScanID string `json:"scan_id"`
ScanTimestampUTC string `json:"scan_timestamp_utc"`
Version string `json:"version"`
TotalFindings int `json:"total_findings"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.