We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459113b commit 91d2f6bCopy full SHA for 91d2f6b
.github/workflows/audit.yml
@@ -0,0 +1,15 @@
1
+name: Security audit
2
+on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
+
7
+jobs:
8
+ security_audit:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: golang/govulncheck-action@v1
12
+ with:
13
+ go-version-input: 'stable'
14
+ check-latest: true
15
.github/workflows/ci.yml
@@ -14,10 +14,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
16
- run: go test ./...
17
- govulncheck:
18
- runs-on: ubuntu-latest
19
- steps:
20
- - uses: golang/govulncheck-action@v1
21
gocritic:
22
runs-on: ubuntu-latest
23
steps:
0 commit comments