Location in the source control system where the issue was found

interface PhysicalLocation {
    filePath?: string;
    region?: Region;
    versionControl?: VersionControlDetails;
}

Properties

filePath?: string

Path of the file where the issue was found

region?: Region

Details about the location where the issue was found including a snippet

versionControl?: VersionControlDetails

Source control system-specific information about the location