refactor: update scanner, scanner tests, mockfs

closes #165
closes #163
This commit is contained in:
sentriz
2021-11-06 21:55:46 +00:00
parent b07b9a8be6
commit fa587fc7de
64 changed files with 3468 additions and 2372 deletions
+2 -2
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 ./...
+1 -1
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 ./...
+1 -1
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 ./...