ScanHistory
No description
type ScanHistory {
asset: Asset
branch: Branch
finalState: ScanState
finishedAt: ISO8601DateTime
kind: ScanType!
logs: [String!]!
startedAt: ISO8601DateTime!
}
Fields
ScanHistory.asset ● Asset object
The asset associated with this scan history
ScanHistory.branch ● Branch object
The branch this scan history is for (null = branch-agnostic / legacy scan)
ScanHistory.finalState ● ScanState enum
The final state of the scan
ScanHistory.finishedAt ● ISO8601DateTime scalar
The date when the scan finished
ScanHistory.kind ● ScanType! non-null enum
The type of scan performed
ScanHistory.logs ● [String!]! non-null scalar
The logs generated during the scan process