<!DOCTYPE html>
<html>
<head>
  <style>
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
    }
    .button {
      display: inline-block;
      padding: 10px 20px;
      margin: 20px 0;
      font-size: 16px;
      color: #fff;
      background-color: #007bff;
      text-decoration: none;
      border-radius: 5px;
    }
    .button:hover {
      background-color: #0056b3;
    }
  </style>
</head>
<body>
  <p>Hi,</p>

  <p>
    Coverity Scan has identified new defect(s) in the project <strong>LibreOffice</strong>.
  </p>

  <h3>Defect Summary:</h3>
  <ul>
    <li><strong>New Defects Found:</strong> 3</li>
    <li><strong>Defects Displayed:</strong> Showing 3 of 3</li>
  </ul>

  <p>
    To view the full list of defects and take action, click the button below:
  </p>

  <p>
    <a href="https://scan.coverity.com/projects/libreoffice?tab=overview" class="button">View Defects</a>
  </p>

  <p>
    If you have any questions or need assistance, feel free to contact our support team.
  </p>


  <p>Best regards,</p>
  <p>The Coverity Scan Admin Team</p>
  <img class="logo" width="140" src="/assets/BlackDuckLogo-6697adc63e07340464201a2ad534d3d3e44f95d36edda20b140440d34f05372f.svg" />
</body>
</html>