Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/vex-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ For each eligible dismissal, the workflow creates a pull request adding a `.vex/
}
```

### Configuration

After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.

### Human in the Loop

- Review the generated VEX statement PR before merging
Expand Down
10 changes: 5 additions & 5 deletions workflows/vex-generator.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
description: >
Auto-generates an OpenVEX statement for a dismissed Dependabot alert.
Provide the alert details as inputs — the agent generates a standards-compliant
OpenVEX document and opens a PR.

on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -40,11 +45,6 @@ on:
- tolerable_risk
- no_bandwidth

description: >
Auto-generates an OpenVEX statement for a dismissed Dependabot alert.
Provide the alert details as inputs — the agent generates a standards-compliant
OpenVEX document and opens a PR.

permissions:
contents: read
issues: read
Expand Down