Skip to content

Commit 8f39bc9

Browse files
msukkariclaude
andcommitted
chore: add vulnerability triage workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dec971a commit 8f39bc9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Vulnerability Triage
2+
3+
on:
4+
schedule:
5+
- cron: '0 13 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
triage:
10+
uses: sourcebot-dev/sourcebot/.github/workflows/trivy-vulnerability-triage.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)