level
level:
| "error"
| "warning"
| "note"
| "none"
locations
locations: {
physicalLocation: {
artifactLocation: {
uri: string;
};
region: {
startColumn: number;
startLine: number;
};
};
}[]
message
message: {
text: string;
}
Optional
properties
properties?: {
category?: string;
detectorId?: string;
docURL?: string;
extraDescription?: string;
severity?: string;
suggestion?: string;
}
SARIF types for conversion