Skip to content

Commit

Permalink
Add package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Koshroy-Abbey committed Nov 21, 2023
1 parent 3d6d9b8 commit a691a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abbey/functions/has_attribute.rego
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package abbey.functions

import future.keywords.if

has_attribute(name, value) := true if {
Expand Down
2 changes: 2 additions & 0 deletions src/abbey/functions/in_group.rego
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package abbey.functions

import future.keywords.if
import future.keywords.in

Expand Down

0 comments on commit a691a1d

Please sign in to comment.