We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ac654 commit 6b07827Copy full SHA for 6b07827
.github/workflows/vulncheck.yml
@@ -2,22 +2,13 @@ name: vulncheck.yaml
2
on:
3
workflow_call:
4
inputs:
5
- go-version-input:
6
- description: 'Go version to install'
7
- type: string
8
- required: false
9
- default: '1.24.10'
10
target-branch:
11
description: 'Target branch to run govulncheck against'
12
type: string
13
required: false
14
default: 'main'
15
workflow_dispatch:
16
17
18
19
20
21
22
23
0 commit comments