File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
test/queries-tests/security Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ class Array extends Literals instanceof ArrayImpl {
34
34
*/
35
35
class Boolean extends Literals instanceof BooleanImpl {
36
36
boolean getBool ( ) {
37
- exists ( string bl |
38
- bl = BooleanImpl .super .getValue ( ) .toLowerCase ( ) and
37
+ exists ( string bl | bl = BooleanImpl .super .getValue ( ) .toLowerCase ( ) |
39
38
bl = "true" and
40
39
result = true
41
40
or
Original file line number Diff line number Diff line change 1
1
| aks-security-examples.bicep:2:1:30:1 | ManagedContainerResource | AKS cluster API server is publicly accessible (private cluster not enabled). |
2
- | aks-security-examples.bicep:32:1:62:1 | ManagedContainerResource | AKS cluster API server is publicly accessible (private cluster not enabled). |
Original file line number Diff line number Diff line change 1
- | app.bicep:12:1:19:1 | RedisCacheResource | TLS is disabled for this resource |
2
1
| app.bicep:22:1:29:1 | RedisCacheResource | TLS is disabled for this resource |
You can’t perform that action at this time.
0 commit comments