Skip to content

Commit

Permalink
chore: mark Rego libs as libs
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored and simar7 committed Aug 30, 2024
1 parent 8f0c564 commit 53ddbba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/cloud/aws_trails.rego
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# METADATA
# custom:
# library: true
# input:
# selector:
# - type: cloud
package lib.aws.trails

import rego.v1
Expand Down
1 change: 1 addition & 0 deletions lib/docker/docker.rego
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# METADATA
# custom:
# library: true
# input:
# selector:
# - type: dockerfile
Expand Down

0 comments on commit 53ddbba

Please sign in to comment.