Skip to content
18 changes: 18 additions & 0 deletions .github/workflows/vuln-remediation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Vulnerability Remediation

on:
schedule:
- cron: '0 3 * * 3'
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
remediate:
uses: kernel/security-workflows/.github/workflows/vuln-remediation.yml@main
with:
go-version-file: 'server/go.mod'
setup-python: true
secrets: inherit
Comment thread
cursor[bot] marked this conversation as resolved.
Comment thread
ulziibay-kernel marked this conversation as resolved.
4 changes: 4 additions & 0 deletions socket.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 2
projectIgnorePaths:
- "shared/cdp-test/"
- "images/chromium-headful/client/"
Loading