We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8e2d72 + d4ab244 commit 83e1d54Copy full SHA for 83e1d54
2 files changed
.github/workflows/vuln-remediation.yml
@@ -0,0 +1,17 @@
1
+name: Vulnerability Remediation
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 3 * * 3'
6
+ workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
12
+jobs:
13
+ remediate:
14
+ uses: kernel/security-workflows/.github/workflows/vuln-remediation.yml@main
15
+ with:
16
+ go-version-file: 'go.mod'
17
+ secrets: inherit
socket.yml
@@ -0,0 +1 @@
+version: 2
0 commit comments