Skip to content

Commit e49b04f

Browse files
ci: test vuln remediation with Python support
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2f90814 commit e49b04f

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Vulnerability Remediation
2+
3+
on:
4+
schedule:
5+
- cron: '0 3 * * 3'
6+
workflow_dispatch:
7+
pull_request:
8+
branches: [main]
9+
paths:
10+
- '.github/workflows/vuln-remediation*'
11+
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
16+
jobs:
17+
remediate:
18+
uses: kernel/security-workflows/.github/workflows/vuln-remediation.yml@main
19+
with:
20+
setup-python: true
21+
python-version: '3.11'
22+
secrets: inherit

socket.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version: 2

0 commit comments

Comments
 (0)