Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + func BuiltIn() catalog.BuiltIn + type Docker interface + ContainerInspect func(ctx context.Context, containerID string) (types.ContainerJSON, error) + type OSConfig struct + ContainerIDCGroupMatchers []string + DockerHost string + DockerSocketPath string + type Plugin struct + func New() *Plugin + func (p *Plugin) Attest(ctx context.Context, req *workloadattestorv1.AttestRequest) (*workloadattestorv1.AttestResponse, error) + func (p *Plugin) Configure(ctx context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error) + func (p *Plugin) SetLogger(log hclog.Logger)