fix(debian): false negative of kernel cves with rdb backend (#1075)

* fix(debian): false negative of kernel cves with rdb backend

* update golangci.yml

* add --timeout=10m to golangci.yml
This commit is contained in:
Kota Kanbe
2020-11-18 10:32:37 +09:00
committed by GitHub
parent 75fceff5f7
commit d02535d053
3 changed files with 48 additions and 7 deletions

View File

@@ -13,10 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.26
version: v1.32
args: --timeout=10m
# Optional: working directory, useful for monorepos
# working-directory: somedir