Skip to content

Merge branch 'dev' of github.com:VoileLab/toolgui into dev #32

Merge branch 'dev' of github.com:VoileLab/toolgui into dev

Merge branch 'dev' of github.com:VoileLab/toolgui into dev #32

Workflow file for this run

# Govulncheck for push and pull_request, fails the steps if vulnerabilities are found
name: Govulncheck
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
vulnerability-scan:
runs-on: ubuntu-latest
name: Vulnerability Scan
steps:
- uses: golang/govulncheck-action@v1
with:
go-package: ./...