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

elastic / cloudbeat / 24807648825
76%
main: 76%

Build:
Build:
LAST BUILD BRANCH: renovate/main-github.com-dlclark-regexp2-2.x
DEFAULT BRANCH: main
Ran 22 Apr 2026 11:35PM UTC
Jobs 1
Files 235
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

22 Apr 2026 10:59PM UTC coverage: 75.814%. Remained the same
24807648825

push

github

web-flow
chore(deps): update dependency regal to v0.40.0 (main) (#4832)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [regal](https://redirect.github.com/StyraInc/regal) | minor | `0.38.1`
-> `0.40.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>StyraInc/regal (regal)</summary>

###
[`v0.40.0`](https://redirect.github.com/open-policy-agent/regal/releases/tag/v0.40.0)

Today we celebrate Regal who turns v0.40.0 just in time for the GitHub
download tracker to report 1 million total downloads. Quite the
milestone! Thank you all for the encouragement, support and
contributions during these past 3 years. Together we're redefining the
policy development experience, and we have a lot more of that planned
for the future. Stay tuned!

This release includes 2 new linter rules, and many new features and
improvements to both the linter and language server.

#### Linter

##### New Rule: `invalid-regexp`

**Category:** bugs

The new
[invalid-regexp](https://www.openpolicyagent.org/projects/regal/rules/bugs/invalid-regexp)
rule scans regular expressions found in policies and reports invalid
patterns that would otherwise fail at runtime.

**Avoid**

```rego
package policy

invalid if regexp.match("[a-z", "test")
```

**Prefer**

```rego
package policy

valid if regexp.match("[a-z]", "test")
```

##### New Rule: `superfluous-object-get`

**Category:** idiomatic

The
[superfluous-object-get](https://www.openpolicyagent.org/projects/regal/rules/idiomatic/superflous-object-get)
rule flags calls to `object.get` where using the built-in function
provides no benefit compared to using a reference directly, and without
the call.

**Avoid**

```rego
package policy

superfluous if {

### the default value (`""`) isn't used in the expression,
### so object.get provides no benefit here
    object.get(input, ["user", "department"], "... (continued)

9727 of 12830 relevant lines covered (75.81%)

16.41 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
83.06
0.0% internal/resources/providers/gcplib/inventory/provider.go
Jobs
ID Job ID Ran Files Coverage
1 24807648825.1 22 Apr 2026 11:35PM UTC 235
75.81
GitHub Action Run
Source Files on build 24807648825
  • Tree
  • List 235
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • eae4dce2 on github
  • Prev Build on gh-readonly-queue/main/pr-4834-3066e64dd9eec4617431c1b20bbac0a9816f1578 (#24807569034)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc