Documentation ¶ Overview ¶ Once In-Use Image data has been gathered, this package reports the data to Anchore Index ¶ func Post(report inventory.Report, anchoreDetails config.AnchoreInfo) error type AnchoreVersion Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Post ¶ func Post(report inventory.Report, anchoreDetails config.AnchoreInfo) error This method does the actual Reporting (via HTTP) to Anchore Types ¶ type AnchoreVersion ¶ added in v1.1.0 type AnchoreVersion struct { API struct { Version string `json:"version"` } `json:"api"` DB struct { SchemaVersion string `json:"schema_version"` } `json:"db"` Service struct { Version string `json:"version"` } `json:"service"` } Source Files ¶ View all Source files reporter.go Click to show internal directories. Click to hide internal directories.