We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d1c45 commit 2f07dabCopy full SHA for 2f07dab
1 file changed
.github/workflows/govulncheck.yaml
@@ -0,0 +1,17 @@
1
+name: scheduled govulncheck scan
2
+on:
3
+ schedule:
4
+ - cron: '15 6 * * 1'
5
+ workflow_dispatch:
6
+
7
+permissions:
8
+ contents: read
9
10
+jobs:
11
+ govulncheck:
12
+ uses: sil-org/workflows/.github/workflows/govulncheck.yaml@main
13
+ with:
14
+ check-latest: false
15
+ go-version-file: './go.mod'
16
+ go-version-input: ''
17
+ work-dir: '.'
0 commit comments