refactor: update scanner, scanner tests, mockfs

closes #165
closes #163
This commit is contained in:
sentriz
2021-11-03 23:05:08 +00:00
parent b07b9a8be6
commit fa587fc7de
64 changed files with 3469 additions and 2373 deletions

View File

@@ -1,7 +1,7 @@
name: Nightly Release
on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
test:
@@ -21,7 +21,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.40.0
version: v1.42.1
skip-go-installation: true
- name: Test
run: go test ./...

View File

@@ -21,7 +21,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.40.0
version: v1.42.1
skip-go-installation: true
- name: Test
run: go test ./...

View File

@@ -22,7 +22,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.40.0
version: v1.42.1
skip-go-installation: true
- name: Test
run: go test ./...