Skip to content

Commit 636cfe7

Browse files
authored
Merge pull request #26 from sil-org/govulncheck
add scheduled govulncheck workflow
2 parents 46d1c45 + 2f07dab commit 636cfe7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/govulncheck.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)