Skip to content

Commit

Permalink
Merge pull request #92 from advanced-security/docs/pr-summary
Browse files Browse the repository at this point in the history
docs: Update PR feature docs
  • Loading branch information
GeekMasher authored Jan 31, 2024
2 parents 0cd3aca + a643819 commit c44b1d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The main goal is to help make sure that before publishing your application to pr
- [Secret Scanning][github-secretscanning]
- [Supply chain / Dependabot][github-supplychain]
- Supports GitHub Enterprise Cloud or Server ([see supported features list](#supported-features))
- Pull Request Summary

## ⚡️ Requirements

Expand Down Expand Up @@ -84,6 +85,8 @@ For Policy as Code to work correctly, you need to have the following permissions
- [Secret Scanning][permissions-secretscanning]
- [`content: read`][permissions]
- [Dependency Graph][permissions-dependencygraph] / [Dependency Licenses][permissions-dependencygraph]
- [`pull-requests: write`][permissions]
- Policy as Code Pull Request Summary
- [optional] Policy Repository
- `content: read` to be able to clone external sources of the policies

Expand All @@ -94,6 +97,8 @@ For Policy as Code to work correctly, you need to have the following permissions
permissions:
content: read
security_events: read
# pull request summaries
pull-requests: write
```

## Supported Features
Expand Down

0 comments on commit c44b1d8

Please sign in to comment.