chore: Update to official govulncheck github action (#13623)
This commit is contained in:
parent
a72b859b13
commit
50b6a63b98
|
|
@ -12,8 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Scan for Vulnerabilities in Code
|
||||
uses: Templum/govulncheck-action@v0.10.1
|
||||
uses: golang/govulncheck-action@v1
|
||||
with:
|
||||
go-version: '1.20'
|
||||
vulncheck-version: v0.1.0
|
||||
package: ./...
|
||||
go-version-input: 1.20.6
|
||||
go-package: ./...
|
||||
|
|
|
|||
Loading…
Reference in New Issue