Closed gjonathanhong closed 3 weeks ago
Guardian will run for the following directories
Directories terraform/project1 terraform/project2
PLAN
🟩 SUCCESS
[logs]Entrypoint: terraform/project1
PLAN
🟩 SUCCESS
[logs]Entrypoint: terraform/project2
APPLY
🟩 SUCCESS
[logs]Entrypoint: terraform/project1
APPLY
🟩 SUCCESS
[logs]Entrypoint: terraform/project2
This change adds
GetUserRepoPermissions
to the Platform interface, which adds the user's access level for a repository as additional context in policy evaluations. This also changesplatform.GetPolicyData()
to skip fetching Pull Request Approvers if a pull request number is not provided.