-
Given the following policy:
```rego
package p
import data.foo
import data.foo
a := any([foo])
```
I would expect `opa check --strict` to report two violations — the shadowing of an import…
-
*This issue was originally created by [**@eforest**](https://github.com/eforest) at .*
Why does upstream OAuth registration limit username to 14 characters?
Is there any reason regarding integrati…
-
Or whatever number makes the most sense. When there are hundreds of violations, it's not a great experience having to scroll over several pages to see them, and even the "compact" view is currently qu…
-
Hi
I have a IVT Kombimodul 200 A/W. I cannot find which board it uses.
Display looks similair. Is there a way to figure this out? The lib is not working directly, to I get some logging (via SPI th…
-
### Background
The `lib_exempt_container.rego` file is replicated in many different locations.
1. [general/containerlimits](https://github.com/open-policy-agent/gatekeeper-library/blob/master/src/…
-
If a `rego_type_error` is produced by an expression containing a function call, a `__local__` var is declared in the error description instead of the expected function call.
Example:
When compilin…
-
In order to be flexible in creating many use cases where nuts facilitates trust in sharing openEHR formatted data, it is useful to define a language to describe access policies for openEHR formatted d…
-
Since the outside temperature went below 0, the outdoor sensor (GT2) started to report temperatures in the ~6550 range insted of the expected negative number.
![image](https://github.com/dala318/es…
-
A rego policy parse error is spotted from the cloud build issued by the guardrails validation function as shown below and there is not any validation report generated because of this error.
```
st…
-
Currently when running `tracee --o option:parse-arguments` event arguments will be switched out to a string form where possible.
In order to support #2177 in REGO, it's required that rego signatures …