Add security scan (#2454)
Reviewed-on: https://gitea.com/xorm/xorm/pulls/2454
This commit is contained in:
parent
cc4be22330
commit
3b3f99f8a1
|
@ -24,4 +24,14 @@ jobs:
|
|||
- name: test sqlite3
|
||||
run: make test-sqlite3
|
||||
- name: test sqlite3 with cache
|
||||
run: TEST_CACHE_ENABLE=true make test-sqlite3
|
||||
run: TEST_CACHE_ENABLE=true make test-sqlite3
|
||||
|
||||
govulncheck_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run govulncheck
|
||||
steps:
|
||||
- id: govulncheck
|
||||
uses: golang/govulncheck-action@v1
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
go-package: ./...
|
Loading…
Reference in New Issue