ci: align govulncheck action inputs with workflow standard
This commit is contained in:
@@ -144,6 +144,10 @@ jobs:
|
||||
|
||||
- name: Run Go Vulnerability Check
|
||||
uses: golang/govulncheck-action@v1.0.4
|
||||
with:
|
||||
go-package: ./...
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
|
||||
- name: Upload coverage badge
|
||||
id: badge
|
||||
|
||||
Reference in New Issue
Block a user