gitlab/src/utils.ts [336:342]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
export async function postResultsToPRComments(
  toolName: string,
  sourceDir: string,
  content: string,
  hasIssues: boolean,
  postComment: boolean
): Promise<void> {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



vsts/src/utils.ts [344:350]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
export async function postResultsToPRComments(
  toolName: string,
  sourceDir: string,
  content: string,
  hasIssues: boolean,
  postComment: boolean
): Promise<void> {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



