Skip to content

security: narrow internal ingress CIDR (JIRA-4521)

6664c41
Select commit
Loading
Failed to load commit list.
Open

security: narrow internal ingress CIDR (JIRA-4521) #521

security: narrow internal ingress CIDR (JIRA-4521)
6664c41
Select commit
Loading
Failed to load commit list.
Reviews Test / Example / Images completed May 13, 2026 in 0s

CI Artefacts

CI Artefacts

This check run embeds images generated by the CI pipeline directly in the output so reviewers don't need to navigate to external dashboards.

Scroll down to see:

  1. Code coverage heatmap
  2. Bundle size treemap
  3. Performance benchmark comparison
Code coverage heatmap
**Code coverage**: 87.4% line coverage (+2.1% vs main). Uncovered paths are shown in red.
Bundle size treemap
**Bundle analysis**: Total bundle 142 kB gzipped. Largest chunk: `vendor.js` at 89 kB.
Performance benchmark comparison
**Benchmark delta vs main**: p50 latency −4 ms, p99 latency −12 ms. No regressions detected.

Details

Image Field Reference

Field Type Required Notes
alt string Shown if image fails to load
image_url string Must be a publicly accessible URL
caption string GFM Markdown; rendered below the image

Constraints

  • The URL must be publicly accessible — GitHub fetches it server-side and does not support authenticated URLs.
  • SVGs are not rendered for security reasons. Use PNG, JPEG, GIF, or WebP.
  • Animated GIFs work and are useful for visual regression diffs.
  • There is no documented maximum number of images per check run.

Common use-cases

// After uploading an artifact to S3/GCS, include the public URL:
output: {
  title: 'Test results',
  summary: '87% coverage',
  images: [
    {
      alt: 'Coverage report',
      image_url: 'https://s3.example.com/ci/coverage-heatmap.png',
      caption: 'Line coverage by file',
    },
  ],
}