Skip to content

Commit

Permalink
chore: bump up Rego SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Yoneuchi <[email protected]>
  • Loading branch information
lmt-swallow committed Oct 27, 2023
1 parent 9eaaba9 commit 9cb9968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/rego
Submodule rego updated 161 files
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ decisions[d] {
d := shisho.decision.googlecloud.storage.bucket_uniform_bucket_level_access({
"allowed": allowed,
"subject": bucket.metadata.id,
"payload": shisho.decision.googlecloud.storage.bucket_uniform_bucket_level_access_payload({"uniform_access_enabled", bucket.uniformBucketLevelAccess.enabled}),
"payload": shisho.decision.googlecloud.storage.bucket_uniform_bucket_level_access_payload({"uniform_access_enabled": bucket.uniformBucketLevelAccess.enabled}),
})
}

0 comments on commit 9cb9968

Please sign in to comment.