• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elastic / cloudbeat / 29791327186
76%
main: 76%

Build:
Build:
LAST BUILD BRANCH: 8.19
DEFAULT BRANCH: main
Ran 21 Jul 2026 01:05AM UTC
Jobs 1
Files 245
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Jul 2026 12:34AM UTC coverage: 76.106%. Remained the same
29791327186

Pull #7373

github

jeniawhite
fix(azure): drive Resource Graph pagination by SkipToken, not ResultTruncated

ResourceGraphProvider.runPaginatedQuery stopped fetching as soon as a
response reported ResultTruncated == false. On real Azure Resource Graph
responses that field is false on every ordinary paginated page (it only
flags cases where paging itself is unavailable, e.g. a `limit`/`take`
clause), so the loop exited after the very first page for any multi-page
result set and silently dropped every subsequent page of resources -
matching reports of ~250/309 Azure subscriptions surfacing only
subscription-level (governance) findings with zero resource-level
findings for storage accounts, VMs, key vaults, etc.

Per Microsoft's documented pagination contract, the presence of SkipToken
is the sole authoritative continuation signal. Update the loop to break
only when SkipToken is empty, and add a regression test that mocks a
3-page response where every page reports ResultTruncated == false (as
Azure genuinely does) but carries a SkipToken until the last page,
asserting all pages' assets are aggregated instead of just the first.

Investigation: https://github.com/elastic/seceng/issues/14395
Pull Request #7373: fix(azure): drive Resource Graph pagination by SkipToken, not ResultTruncated

3 of 3 new or added lines in 1 file covered. (100.0%)

10205 of 13409 relevant lines covered (76.11%)

15.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29791327186.1 21 Jul 2026 01:05AM UTC 245
76.11
GitHub Action Run
Source Files on build 29791327186
  • Tree
  • List 245
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #7373
  • PR Base - main (#29790863606)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc