Record
analysis
No description available.
record analysis {
analysis-key: analysis-analysis-key,
category: option<analysis-category>,
commit-sha: analysis-commit-sha,
created-at: analysis-created-at,
deletable: bool,
environment: analysis-environment,
error: string,
id: s32,
ref: ref,
results-count: s32,
rules-count: s32,
sarif-id: analysis-sarif-id,
tool: analysis-tool,
url: analysis-url,
warning: string,
}Fields
| Name | Type | Description |
|---|---|---|
| analysis-key | analysis-analysis-key | |
| category | option<analysis-category> | |
| commit-sha | analysis-commit-sha | |
| created-at | analysis-created-at | |
| deletable | bool | |
| environment | analysis-environment | |
| error | string | |
| id | s32 | |
| ref | ref | |
| results-count | s32 | |
| rules-count | s32 | |
| sarif-id | analysis-sarif-id | |
| tool | analysis-tool | |
| url | analysis-url | |
| warning | string |