Skip to content

Commit

Permalink
chore: fmt rego
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin committed Aug 22, 2024
1 parent 7d826dd commit 5e1697e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checks/cloud/azure/network/ssh_blocked_from_internet.rego
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ deny contains res if {
)
}

port_range_includes(from, to, port) if from <= port <= to
port_range_includes(from, to, port) if from <= port <= to
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ test_allow_inbound_rule_allow_access_for_icmp if {

res := check.deny with input as inp
res == set()
}
}

0 comments on commit 5e1697e

Please sign in to comment.