Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagExperimental = "experimental" FlagClientID = "client-id" FlagTenantID = "tenant-id" FlagJSON = "json" FlagSkills = "skills" FlagNoUpload = "no-upload" )
View Source
const ( ScanWorkflowIDStr = "agent-scan" AgentScanBinaryVersion = "0.5.14" AgentScanBinaryChecksumLinuxAmd64 = "ce5dbdd147c347864f6cc4df01cb35e18fe8b787b9e5a205e35a9217e2f79f26" AgentScanBinaryChecksumLinuxArm64 = "510b711ae66c5504ab19882701cf5b2b37ccc1e1a1fb1f2fe3efd7680fc8137d" AgentScanBinaryChecksumMacOSArm64 = "e1db08edf7c5465b100896679a72b0cca701645c2adf02879d39dc7028658bb4" AgentScanBinaryChecksumMacOSIntel = "f9f62b5650f425b8202a674452f171995d4928544778b970dfc836bad8773828" AgentScanBinaryChecksumWindowsAmd64 = "a17ec3d8649105eeff78fb9409124d9609c69187d7b5ab0b52fd7d702e0ecd60" )
Variables ¶
View Source
var ( ScanWorkflowID workflow.Identifier = workflow.NewWorkflowIdentifier(ScanWorkflowIDStr) ScanDataTypeID workflow.Identifier = workflow.NewTypeIdentifier(ScanWorkflowID, ScanWorkflowIDStr) )
Functions ¶
Types ¶
type ScanResolutionHandlerFunc ¶
type ScanResolutionHandlerFunc func(ctx workflow.InvocationContext, config configuration.Configuration, logger *zerolog.Logger) ([]workflow.Data, error)
Directories
¶
| Path | Synopsis |
|---|---|
|
tenantsapi/internal/generated
Package tenantsapi provides primitives to interact with the openapi HTTP API.
|
Package tenantsapi provides primitives to interact with the openapi HTTP API. |
Click to show internal directories.
Click to hide internal directories.