Skip to content

Commit 492156e

Browse files
authored
Add VEX Generator agentic workflow sample (#295)
1 parent 4957663 commit 492156e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/vex-generator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ For each eligible dismissal, the workflow creates a pull request adding a `.vex/
107107
}
108108
```
109109

110+
### Configuration
111+
112+
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
113+
110114
### Human in the Loop
111115

112116
- Review the generated VEX statement PR before merging

workflows/vex-generator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
description: >
3+
Auto-generates an OpenVEX statement for a dismissed Dependabot alert.
4+
Provide the alert details as inputs — the agent generates a standards-compliant
5+
OpenVEX document and opens a PR.
6+
27
on:
38
workflow_dispatch:
49
inputs:
@@ -40,11 +45,6 @@ on:
4045
- tolerable_risk
4146
- no_bandwidth
4247

43-
description: >
44-
Auto-generates an OpenVEX statement for a dismissed Dependabot alert.
45-
Provide the alert details as inputs — the agent generates a standards-compliant
46-
OpenVEX document and opens a PR.
47-
4848
permissions:
4949
contents: read
5050
issues: read

0 commit comments

Comments
 (0)