Skip to content

Commit 6070c6e

Browse files
authored
Add a diagram explaining the allowlist automation
Signed-off-by: Arnout Engelen <[email protected]>
1 parent 0f2d5b5 commit 6070c6e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ As stated in the [ASF GitHub Actions Policy](https://infra.apache.org/github-act
4747

4848
All other actions must be explicitly added to the allow list after undergoing a security review. This review process applies to both new actions and new versions of previously approved actions (though reviews for new versions are typically expedited).
4949

50+
```mermaid
51+
graph TD;
52+
manual["manual PRs"]--new entries-->actions.yml
53+
dependabot--updates (after review)-->dummy[".github/workflows/dummy.yml"];
54+
dummy--updates-->actions.yml
55+
actions.yml--new entries-->dummy
56+
actions.yml--generates-->approved_patterns.yml
57+
```
58+
5059
### Adding a New Action to the Allow List
5160

5261
To request addition of an action to the allow list:

0 commit comments

Comments
 (0)